Skip to content

extract_values_to_points not showing FeatureCollection id #2067

Answered by giswqs
vinuales93 asked this question in Q&A
Discussion options

You must be logged in to vote

The CSV contains all the attribute columns except the geometry. If you want the geometry, return the results as a FeatureCollection then export is as a shapefile.

fc = geemap.extract_values_to_points(parcelas_CAM, single2EVI, scale=None)
geemap.ee_to_shp(fc, "evi.shp")

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@vinuales93
Comment options

Comment options

You must be logged in to vote
1 reply
@vinuales93
Comment options

Answer selected by giswqs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants