Setup and Installation
Dependencies
This software is dependent on open source programs that can be installed using OS-specific package management systems, conda or from source:
The version of GDAL used within pointAdvection will match the version of the installed C program.
The path to the C program that will be used with pointAdvection is given by:
gdal-config --datadir
The pointAdvection installation uses the gdal-config routines to set the GDAL package version.
Installation
Presently pointAdvection is only available for use as a
GitHub repository.
The contents of the repository can be downloaded as a
zipped file or cloned.
To use this repository, please fork into your own account and then clone onto your system.
git clone https://github.com/tsutterley/pointAdvection.git
Can then install using pip:
python3 -m pip install --user .
To include all optional dependencies:
python3 -m pip install --user .[all]
Alternatively can install the utilities directly from GitHub with pip:
python3 -m pip install --user git+https://github.com/tsutterley/pointAdvection.git