Skip to content

WGISS Tech Webinar - Python for Data Science in Earth Observation Analysis

License

Notifications You must be signed in to change notification settings

juliofreitas/wgiss-py-webinar

 
 

Repository files navigation

WGISS Tech Webinar - Python for Data Science in Earth Observation Analysis

Setup in Mac OS X

conda update conda
conda create --name geospatial python=2.7
source activate geospatial
conda install -c conda-forge scipy matplotlib pandas folium
conda install -c damianavila82 rise
conda install ipykernel
conda install nb_conda
python -m ipykernel install --user --name geospatial --display-name "Python [geospatial]"
pip install wtss
git clone https://github.com/e-sensing/wgiss-py-webinar.git
jupyter notebook

Setup in Ubuntu 14

conda update conda
conda create --name geospatial python=2.7
source activate geospatial
conda install ipykernel nb_conda matplotlib scipy
conda install -c conda-forge folium
conda install -c damianavila82 rise
pip install wtss
python -m ipykernel install --user --name geospatial --display-name "Python [geospatial]"
git clone https://github.com/e-sensing/wgiss-py-webinar.git
cd wgiss-py-webinar
jupyter notebook

About

WGISS Tech Webinar - Python for Data Science in Earth Observation Analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 74.3%
  • Python 25.7%