Skip to content

nikkopante/geopandas-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 git@gitlab.com: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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published