-
Notifications
You must be signed in to change notification settings - Fork 3
Package Install Instructions
Rose Pearson edited this page Jun 20, 2022
·
9 revisions
This package is in the process of being published. geoapis will soon be available on conda-forge and is avaliable on PyPI. Conda is recommended due to difficulties installing geopandas (a dependency) with pip on Windows. See the Wiki Install Instructions for more information.
You can use this package by using pip to install the package and dependencies. The following commands show how to do this in a conda terminal using the environment.yml
in the repository root.
conda env create -f environment.yml
conda activate geoapis
pip install git+https://github.com/niwa/geoapis
Alternatively, you can checkout the repository and run from source.
- Checkout the repository
- Set up a virtual environment (i.e. conda) using the
environment.yml
in the repository root to run from - Ensure the required credentials are setup. See Package Requirements for instructions.