leafmap
leafmap copied to clipboard
A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment
Reference issue: https://github.com/jupyter-widgets/ipyleaflet/issues/371 ```python import ipywidgets as widgets from ipyleaflet import Map, Polygon polygon = Polygon( locations=[(42, -49), (43, -49), (43, -48)], color="green", fill_color="green" ) m = Map(center=(42.5531, -48.6914), zoom=6)...
As discussed in my previous PR: here a PR with just the Init updates on foliumap.Map. This enhances the docs popup in IDEs: 
Credits to @walkerke https://www.linkedin.com/posts/walkerke_rstats-activity-7336436239492886532-2dKZ?utm_source=share&utm_medium=member_desktop&rcm=ACoAAAN0heQBci1wgZadtTGFGTe__Lq7ZYi-uYY https://gist.github.com/walkerke/2b62551c5fecfd88575a1b5de8793bda
https://github.com/geomatico/maplibre-cog-protocol https://maplibre.org/maplibre-gl-js/docs/examples/add-cog/
### Description I’d like to propose first‑class support for Polars‑based geospatial workflows in leafmap, specifically: - Polars‑ST (or equivalent Polars‑native spatial extensions) - polars‑h3 (Polars‑native H3 indexing/traversal) Motivation / outcome...
References: - https://docs.openveda.cloud/user-guide/notebooks/tutorials/mapping-fires.html - https://gis.earthdata.nasa.gov/portal/home/item.html?id=e2e14a2a640b404c903976b2fb4467f8 - https://earthdata.nasa.gov/dashboard/tools/fire-event-explorer
https://github.com/EOPF-Explorer/titiler-eopf https://eopf-toolkit.github.io/eopf-101/
https://github.com/hobuinc/eptium-python ```bash pip install eptium ``` ```python import eptium w = eptium.Eptium() w.render("https://s3.amazonaws.com/hobu-lidar/autzen-classified.copc.laz") ``` 