Beta V1 Version of GeoJson Extraction #15
2320sharon
started this conversation in
Show and tell
Replies: 1 comment
-
Excellent stuff. I will digest and test. I added you as a contributor to this repo, so you can upload your ipython notebook (thanks) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta V1 Version of GeoJson Extraction
I made a small program using ipyleaflet to create an interactable map to download geojson for CoastSat's data retrieval. This program's main function is to let the user draw a polygon and add its geojson to a list called "shapes_list", which would then be used to supply data to CoastSat's data retrieval.
This program is a proof concept that I think could be augmented with Geemap and Leafmap for more advanced functionality.
Note: I made a Jupyter notebook with all the code and the dataset that I cannot upload to this discussion post. Let me know if you would like it.
The Code
Interactive Drawable Map with CoastSat's Geojson
Optional Code to Install json, ipyleaflet
Add Clustering to Points
Add Polygon Draw Control
Beta Was this translation helpful? Give feedback.
All reactions