Metadata-Version: 2.1
Name: t4gpd
Version: 0.8.0
Summary: Set of tools based on Python, GeoPandas and Shapely to achieve urban geoprocessing
Home-page: https://t4gpd-docs.readthedocs.io
Author: Thomas Leduc
Author-email: thomas.leduc@crenau.archi.fr
License: GPLv3+
Download-URL: https://sourcesup.renater.fr/frs/?group_id=463
Description: # 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](https://docs.conda.io/en/latest/miniconda.html) 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 jupyterlab matplotlib notebook scikit-learn xlrd openpyxl imageio rasterio networkx PyWavelets pysolar windrose geocube mapclassify seaborn plotly matplotlib-scalebar pyvista contextily xlwt
        
        > pip install Dijkstar suntimes pythermalcomfort
        
        ## Installation instructions
        As **t4gpd** is now on [PyPI](https://pypi.org/project/t4gpd/), 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](https://sourcesup.renater.fr/projects/t4gs). Then, install the Python3 plugin you downloaded:
        > pip install t4gpd-0.7.1.tar.gz
        
        ## Read the documentation
        Go to [https://t4gpd-docs.readthedocs.io](https://t4gpd-docs.readthedocs.io) to consult the documentation.
        
        
        
        
Keywords: Geospatial analysis,Urban form,Urban morphology,Isovist
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering :: GIS
Requires-Python: >=3.6
Description-Content-Type: text/markdown
