Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 754 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 754 Bytes

I. Requirements

You need the following to copy and run the project.

  1. Git https://git-scm.com/downloads
  2. Anaconda https://www.anaconda.com/products/distribution

II. Installation

In your directory clone the project.

> git clone [email protected]:grasped/tutorials/geopandas.git
> cd geopandas

Install a geopandas enviroment along with its packages.

> conda create --name geo_env python=3.7 notebook pandas numpy geopandas matplotlib descartes

Activate the environment.

> conda activate geo_env

Activate Jupyter Notebook and go to Geopandas Tutorial.ipynb

> jupyter notebook

When you're done with the tutorial. You can go back to the base environment.

> conda deactivate