Metadata-Version: 1.1
Name: cpc.geogrids
Version: 0.2.3
Summary: CPC geospatial grids (grid definitions, interpolation, etc.)
Home-page: https://github.com/noaa-nws-cpc/cpc.geogrids
Author: Mike Charles
Author-email: mike.charles@noaa.gov
License: CC
Description: Geospatial Grids (Geogrids)
        ===========================
        
        [![Build Status](https://travis-ci.org/noaa-nws-cpc/cpc.geogrids.svg?branch=master)](https://travis-ci.org/noaa-nws-cpc/cpc.geogrids) [![Coverage Status](https://coveralls.io/repos/github/noaa-nws-cpc/cpc.geogrids/badge.svg?branch=master)](https://coveralls.io/github/noaa-nws-cpc/cpc.geogrids?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.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](https://noaa-nws-cpc.github.io/cpc.geogrids)
        
        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
        
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
