Skip to content

download_ee_image error when using crs parameter #2097

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

You must be logged in to vote

Your handling of projection seems overly complicated. I just passed in the crs and scale parameters, and it works fine.

roi = ee.Geometry.BBox(-114.2688, 37.1078, -112.8845, 37.8965)
image = ee.Image("NASA/NASADEM_HGT/001").select('elevation')
geemap.download_ee_image(image, "dem.tif", region=roi, scale=30, crs="EPSG:3857")

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ESimonson95
Comment options

@giswqs
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