Last active
November 17, 2021 17:12
-
-
Save tommylees112/edac86ed028b4c6ca8af4807334f96f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conda create -n srtm --yes | |
conda activate srtm | |
conda install -c conda-forge gdal elevation --yes | |
conda install -c conda-forge netcdf4 xarray ipython six scipy scikit-learn seaborn matplotlib --yes | |
pip install elevation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment