Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call for contributions to algorithm modules (GEE applications) #688

Closed
giswqs opened this issue Sep 26, 2021 · 9 comments
Closed

Call for contributions to algorithm modules (GEE applications) #688

giswqs opened this issue Sep 26, 2021 · 9 comments
Labels
enhancement improvements to geemap help wanted Extra attention is needed
Projects

Comments

@giswqs
Copy link
Member

giswqs commented Sep 26, 2021

Geemap is adding a collection of algorithm modules dedicated to various GEE applications, such as surface water, vegetation, agriculture, hydrology, urban, weather, climate, land cover, image processing, machine learning, deep learning, among others. One example is the RivWidthCloud module for extracting river centerline and width, which has been integrated into geemap (see river.py and #682).

I welcome your contributions, suggestions, comments, and pull requests. Links to papers, source codes (JavaScript/Python), repos are also welcome.

@giswqs giswqs added help wanted Extra attention is needed enhancement improvements to geemap labels Sep 26, 2021
@giswqs giswqs added this to To do in geemap via automation Sep 26, 2021
@touldimos
Copy link

Generally, your work is really impressive.

I want to do a suggestion for the SRTM (30x30m) NASA dataset: It would be nice having the option to display SRTM in contours and export them (the contours), for a specific area of interest, in shapefile. I have implemented a Python script but it cannot handle large areas.

Linkedin: Dimos Touloumidis
email: touldimos@gmail.com

@giswqs
Copy link
Member Author

giswqs commented Oct 25, 2021

@touldimos Here is an example for creating contour lines in Earth Engine. For exporting a large vector dataset, you need to use Google Drive. I will see if I can add a function to geemap regarding this.

@touldimos
Copy link

Yes, I am aware of that script. Thanks for the immediate response.

I thought it would be a nice addition to geemap. :)

giswqs added a commit that referenced this issue Oct 26, 2021
@giswqs
Copy link
Member Author

giswqs commented Oct 26, 2021

@touldimos I have added a contour function (generating raster contours) to geemap. See the notebook example. Unfortunately, GEE does not support image.reduceToVectors(geometryType='polyline'). There is no way to convert an image to polyline vector at the moment. See this thread.

giswqs added a commit that referenced this issue Oct 26, 2021
giswqs added a commit that referenced this issue Oct 27, 2021
@touldimos
Copy link

Thank you very much! Let's hope that it will be a future addition for GEE too.

@giswqs
Copy link
Member Author

giswqs commented Dec 5, 2021

Inland Water Body Mapping Using Multitemporal Sentinel-1 SAR Data

@ErikSeras
Copy link
Contributor

Sentinel-2 Cloud Masking with s2cloudless
https://developers.google.com/earth-engine/tutorials/community/sentinel-2-s2cloudless

@giswqs
Copy link
Member Author

giswqs commented Jan 13, 2022

Sentinel-2 Cloud Masking with s2cloudless https://developers.google.com/earth-engine/tutorials/community/sentinel-2-s2cloudless

Thanks for the suggestion. It has a Colab example available. You are welcome to adapt the example and submit a pull request to geemap.

https://colab.research.google.com/github/google/earthengine-community/blob/master/tutorials/sentinel-2-s2cloudless/index.ipynb

@giswqs giswqs closed this as completed Dec 23, 2022
geemap automation moved this from To do to Done Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement improvements to geemap help wanted Extra attention is needed
Projects
geemap
  
Done
Development

No branches or pull requests

3 participants