Skip to content

Package Install Instructions

Rose Pearson edited this page Nov 10, 2022 · 9 revisions

PyPI or conda-forge

This package is published:

Conda is recommended due to difficulties installing geopandas (a dependency) with pip on Windows.

Import using pip install git+

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

Check out the repository

Alternatively, you can checkout the repository and run from source.

  1. Checkout the repository
  2. Set up a virtual environment (i.e. conda) using the environment.yml in the repository root to run from
  3. Ensure the required credentials are setup. See Package Requirements for instructions.
Clone this wiki locally