Skip to content

Instantly share code, notes, and snippets.

@ageller
Last active November 19, 2021 20:53
Show Gist options
  • Save ageller/ce3a547778014ef98a37bdcca07de33e to your computer and use it in GitHub Desktop.
Save ageller/ce3a547778014ef98a37bdcca07de33e to your computer and use it in GitHub Desktop.
downloadChicagoMap block 2
# Chicago central latitude, longitude and approximate size
lat = 41.8781
lon = -87.6298
sze = 0.65
_ = getSentinalS2SRImage(lon, lat, sze, 'ChicagoGeoTIFF.tif')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment