This respository consists of the notebooks for following spatial analyses performed using Python. The main packages used are geopandas
, Matplotlib
and NetworkX
.
script
consists of the Python notebooks for the above analyses.data
consists of the data used in the notebooks.output
contains the figures produced by the notebook, which are used in the analyses.
Himalaya Bir Shrestha
Geopandas installation the easy way for windows
-
Download and clone this repository.
-
Create a virtual environment using:
conda env create -n geospatial-environment --file geospatial-environment.yml
-
Once the environment is created, it can be activates using:
conda activate geospatial
-
To create new kernel for jupyter notebook:
python -m ipykernel install --user --name geospatial-environment --display-name "geospatial-environment"
If the environment is not required any more, it can be removed using:
conda env remove -n geospatial
Check geospatial-environment.yml
file