-
Based on the [example datasets](https://github.com/banesullivan/localtileserver/tree/main/localtileserver/data), it seems an XML file is needed to render COG hosted online. Any guidelines on how you c…
-
A first cut is this
```
## conda env create --file env/environment.yml
name: coastseg
channels:
- defaults
- conda-forge
dependencies:
- python=3.7
- earthengine-api
- google-api-python-cl…
-
Hello guys,
Is there any way to import a polygon shape into the map (from my database) and edit it using DrawControl?
I manage to create new polygons, export them, etc but I couldn't find a way t…
-
Thank you for developing this nice package. I just tested it on my computer, and it works like a charm! I plan to incorporate the package into [geemap](https://github.com/giswqs/geemap) and [leafmap](…
-
`
CRSError: Invalid projection: epsg:4326: (Internal Proj Error: proj_create: SQLite error on SELECT name, type, coordinate_system_auth_name, coordinate_system_code, datum_auth_name, datum_code, area…
-
Per https://github.com/giswqs/leafmap/issues/142#issuecomment-994481630 @deeplook, I am changing the default map view to be a global view rather than a U.S. view. This applies to all plotting backends…
-
Add functions for creating and validating COG
-
# Goal/preface
I'm interested in importing GIS (geographic information systems) data into Blender to create informative and interesting visualizations. Although GIS and 3D Graphics are separate fie…
-
I have a pandas dataframe that contains the lat/lon location of a bunch of markers (plus other data) and am displaying that when a pin is clicked on via a popup, with the map generated by:
```pytho…
-
Thanks to localtileserver @banesullivan https://github.com/banesullivan/localtileserver/issues/43, it is now possible to get pixel values from a local tile. This feature will improve the Inspector too…