You need the following to copy and run the project.
In your directory clone the project.
> git clone [email protected]:grasped/tutorials/geopandas.git
> cd geopandasInstall a geopandas enviroment along with its packages.
> conda create --name geo_env python=3.7 notebook pandas numpy geopandas matplotlib descartesActivate the environment.
> conda activate geo_envActivate Jupyter Notebook and go to Geopandas Tutorial.ipynb
> jupyter notebookWhen you're done with the tutorial. You can go back to the base environment.
> conda deactivate