-
### Description
This epic aims to improve the documentation for stac_ipyleaflet and leafmap, two geospatial visualization tools used by MAAP, and ensure that they are user-friendly and comprehensive.…
-
Create a Map page with a UI design map to display Contributors' locations; you can use the Python library called ["Leafmap"](https://leafmap.org/). Currently, info on where Contributors are based is l…
-
If `bounds` are not passed into `numpy_to_cog`, it will be set as a constant global value.
https://github.com/opengeos/leafmap/blob/cf9d594af2859f4059d449842f1ba4bd2797523d/leafmap/common.py#L3754-…
-
### Describe the bug
I am trying to render html file of an interactive map created using the [folium](https://github.com/python-visualization/folium) Python package. The HTML file is not rendered by …
-
The readme says that mkdocs-jupyter supports ipywidgets. However, I can't seem to get to to work. Do you happen to have any examples for rendering ipywidgets? Thanks.
Related issue: https://github…
-
How to enable the download button? Here is my [mkdocs.yml.](https://github.com/giswqs/geemap/blob/master/mkdocs.yml#L24) I looked at other websites with the download button, I could not find settings …
-
### Environment Information
- samgeo version: 0.7.0
- Python version: 3.10
- Operating System: Colab
### Description
Using the tutorials cannot seem to add the raster to the map. …
-
The [Google-Microsoft Open Buildings](https://beta.source.coop/repositories/vida/google-microsoft-open-buildings/description) on source.coop @jedsundwall has an incorrect header of 15 when it should…
-
The ipyleaflet example works fine with `solara run`. However, it is not working properly with JupyterLab. After running the code cell, changing the zoom slider can change the map zoom level. If you pa…
-
```
device = 'cuda' if torch.cuda.is_available() else 'cpu'
sam = SamGeo(
checkpoint='/content/sam_vit_h_4b8939.pth',
model_type='vit_h',
device=device,
#erosion_kernel=(3, 3),
…