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

Shapefiles to GEE #3

Open
marianaeavila opened this issue Feb 7, 2023 · 1 comment
Open

Shapefiles to GEE #3

marianaeavila opened this issue Feb 7, 2023 · 1 comment

Comments

@marianaeavila
Copy link

How can I import and display a local shapefile (.shp) into Google Earth Engine using EarthEngine.jl, is there a function for that?

@alex-s-gardner
Copy link

EarthEngine.jl is simply providing api access to the GEE data. In the examples shown in the ReadMe the plotting is being done locally. In this case you can simply use something Shapefile.jl to read in your shapefile then you'll have the data in memory and can plot overtop of data retrieved using EarthEngine.jl. I hope that helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants