Installation
Suggested Method: conda-forge
The easiest way to install geometamaker is using the
conda or
mamba package managers:
mamba install -c conda-forge geometamaker
If you prefer to use conda, the command is otherwise the same:
conda install -c conda-forge geometamaker
Dependencies
Dependencies for geometamaker are listed in requirements.txt and
included here for your reference. Your package manager should, under most
circumstances, handle the dependency resolution for you.
# requirements.txt
# --------------------
# This file records the packages and requirements needed in order for
# the library to work as expected. And to run tests.
aiohttp
click
fsspec
GDAL
numpy
pandas
platformdirs
Pydantic>=2.0
pygeoprocessing>=2.4.5
pyyaml
requests