Metadata-Version: 2.1
Name: cpc.geoplot
Version: 0.1.14
Summary: CPC geospatial plotting
Home-page: https://github.com/noaa-nws-cpc/cpc.geoplot
Author: Mike Charles
Author-email: mike.charles@noaa.gov
License: CC
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Requires-Dist: pyyaml
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: basemap
Requires-Dist: matplotlib
Requires-Dist: cpc.geogrids

Geospatial Grids (GeoGrids)
===========================

[![Build Status](https://travis-ci.org/noaa-nws-cpc/cpc.geoplot.svg?branch=master)](https://travis-ci.org/noaa-nws-cpc/cpc.geoplot) [![Coverage Status](https://coveralls.io/repos/github/noaa-nws-cpc/cpc.geoplot/badge.svg?branch=master)](https://coveralls.io/github/noaa-nws-cpc/cpc.geoplot?branch=master)

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](https://anaconda.org) installed in order to install `cpc.geoplot`. Follow their instructions for installing on your system. Once you have Anaconda installed, installing `cpc.geoplot` is simple:

    $ make install

More documentation
------------------

Visit our [documentation site](https://noaa-nws-cpc.github.io/cpc.geoplot)

Contributing
------------

See our [CONTRIBUTING document](.github/CONTRIBUTING.md)


# Change Log

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [v0.1.0] - 2016-07-06

### Added

- Something
- Something else

### Changed

- Something
- Something else

### Fixed

- Something
- Something else


