-
Here is my code, which retrieves the Sentinel 2 image for a specified time period. However, I have found that some of my images are projected as EPSG32636, while others are 32635. I would like to use the following code to export the images: geemap. download_ee_image collection (s2composite), My question is, do I need to specify the CRS parameter now? I'm worried that specifying different projections may cause offset, so I want to export the original Sentinel2 image. I think the method provided by Geemap is very simple. Can Teacher Wu teach me? Should I set this parameter? Is it still not set? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is as expected. Sentinel-2 uses UTM projection. The EPSG code changes depending on the location. If you don't specify |
Beta Was this translation helpful? Give feedback.
This is as expected. Sentinel-2 uses UTM projection. The EPSG code changes depending on the location. If you don't specify
crs
, it will export the original projection of the image.