Skip to content

noaa-nws-cpc/cpc.geogrids

Repository files navigation

Geospatial Grids (Geogrids)

Build Status Coverage Status

What is a Geogrid?

The purpose of this package is to create and manipulate Geogrid objects. A Geogrid object stores information about a geospatial grid, such as the resolution, lat/lon values of each grid point, etc.

Installation

You must have Anaconda installed in order to install cpc.geogrids. Follow their instructions for installing on your system. Once you have Anaconda installed, installing cpc.geogrids is simple:

$ make install

More documentation

Visit our documentation site

Contributing

See our CONTRIBUTING document