bbrangeo / t4gpd

Set of tools based on Python, GeoPandas and Shapely to achieve urban geoprocessing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

t4gpd

Set of tools based on Python, GeoPandas and Shapely to achieve urban geoprocessing

Pre-requisites

To be able to use the t4gpd plugin, perform geoprocessing and display your own maps, you need a Python3 interpreter and recent versions of the geopandas, matplotlib, numpy, and shapely libraries. One possibility is to install a Miniconda3 environment, in which you will first create and then configure a new environment (we will call it gpd):

conda create -n gpd

conda activate gpd

conda config --env --add channels conda-forge

conda config --env --set channel_priority strict

conda install geopandas descartes matplotlib networkx notebook numpy pysolar plotly

pip install matplotlib-scalebar Dijkstar suntimes windrose

Installation instructions

As t4gpd is now on PyPI, the easiest way to install the latest version is to use the pip command as follows:

pip install t4gpd

Alternatively, you can download the t4gpd latest version from the SourceSup website. Then, install the Python3 plugin you downloaded:

pip install t4gpd-0.3.0.tar.gz

Read the documentation

Go to https://t4gpd-docs.readthedocs.io to consult the documentation.

About

Set of tools based on Python, GeoPandas and Shapely to achieve urban geoprocessing

License:GNU General Public License v3.0


Languages

Language:Python 99.9%Language:Shell 0.1%