Installation

To use MGSurvE, install it using pip:

$ pip install MGSurvE

MGSurvE needs cartopy installed. The easiest way to install the dependency is through anaconda:

$ conda install -c conda-forge cartopy

Alternatively, dependencies can be installed through our conda environment through its YML:

$ conda env create -f REQUIREMENTS.yml

or TXT definitions:

$ conda create -n new MGSurvE --file REQUIREMENTS.txt