Installation¶
Stable release¶
To install gtlparser, run this command in your terminal:
1 |
|
This is the preferred method to install gtlparser, as it will always install the most recent stable release.
If you don't have pip installed, this Python installation guide can guide you through the process.
From sources¶
To install gtlparser from sources, run this command in your terminal:
1 |
|
Dependencies¶
- geopandas: A library for working with geospatial data in Python, built on top of pandas and shapely.
- json: Python's built-in library for working with JSON data.
- pandas: A powerful data manipulation and analysis library.
- Please ensure you have a compatible Python environment installed (Python 3.6 or higher recommended). The dependencies will be automatically installed when you use pip, but you may need to install system-level dependencies for geopandas (such as GDAL, GEOS, and PROJ) depending on your operating system. Consult the geopandas installation documentation for more details if you encounter issues.