Skip to content

Instantly share code, notes, and snippets.

@ageller
Last active December 17, 2021 15:18
Show Gist options
  • Save ageller/4697605875249f9f01f25fbb73e8e097 to your computer and use it in GitHub Desktop.
Save ageller/4697605875249f9f01f25fbb73e8e097 to your computer and use it in GitHub Desktop.
getSentinalS2SRImage conda install
conda create --name geo_forge
conda activate geo_forge
conda config --env --add channels conda-forge
conda config --env --set channel_priority strict
conda install python=3.9 jupyter numpy matplotlib earthengine-api rasterio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment