t4gpd
Set of tools based on Python, GeoPandas and Shapely to achieve urban geoprocessing
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.5%) to scientific vocabulary
Keywords
Repository
Set of tools based on Python, GeoPandas and Shapely to achieve urban geoprocessing
Basic Info
Statistics
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 2
- Releases: 9
Topics
Metadata Files
README.md
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 python=3.10 geopandas=0.12.2 contextily geocube imageio jupyterlab mapclassify matplotlib matplotlib-scalebar meshio networkx notebook openpyxl plotly pvlib Pyarrow pymap3d pyogrio pysolar pyvista pywavelets rasterio scikit-learn scipy seaborn windrose xlrd xlwt
pip install dijkstar pythermalcomfort suntimes
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 PyPI. Then, install the Python3 plugin you downloaded:
pip install t4gpd-0.9.8.tar.gz
Read the documentation
Go to https://t4gpd-docs.readthedocs.io to consult the documentation.
Owner
- Name: Thomas Leduc
- Login: thomas-leduc
- Kind: user
- Location: Nantes, France
- Company: @crenau
- Website: http://aau.archi.fr/equipe/leduc-thomas/
- Twitter: LeducThomas44
- Repositories: 1
- Profile: https://github.com/thomas-leduc
Citation (CITATION.cff)
cff-version: 1.1.0 message: "If you use this software, please cite it as below." authors: - family-names: "Leduc" given-names: "Thomas" orcid: "https://orcid.org/0000-0002-5728-9787" title: "t4gpd" version: 0.9.8 doi: 10.5281/zenodo.5771916 date-released: 2025-05-17 url: "https://pypi.org/project/t4gpd/"
GitHub Events
Total
- Release event: 5
- Push event: 4
- Create event: 4
Last Year
- Release event: 5
- Push event: 4
- Create event: 4