Install Python Dependencies:
-
Setup minimal conda installation using Miniconda
-
Setup a Python Virtual Environment
- gdal: Python's GDAL binding.
- fiona: Fiona is GDAL’s neat and nimble vector API for Python programmers.
- numpy: The fundamental package for scientific computing with Python.
- pandas: Python Data Analysis Library.
- geopandas: add support for geographic data to pandas objects.
- matplotlib: Library for creating static, animated, and interactive visualizations in Python.
The content of this project is licensed under the Creative Commons Attribution 4.0 Attribution license and the source code is licensed under the MIT license.