Metadata-Version: 1.1
Name: gridgeo
Version: 0.2.1
Summary: Convert UGRID and SGRID compliant files to a variety of geo-like objects
Home-page: https://github.com/pyoceans/gridgeo
Author: ['Filipe Fernandes']
Author-email: ocefpaf@gmail.com
License: The MIT License (MIT)

Copyright (c) 2015 pyoceans

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


Description: gridgeo
        -------
        
        .. image:: https://travis-ci.org/pyoceans/gridgeo.svg?branch=master
            :target: https://travis-ci.org/pyoceans/gridgeo
        
        .. image:: https://zenodo.org/badge/5715/pyoceans/gridgeo.svg
           :target: https://zenodo.org/badge/latestdoi/5715/pyoceans/gridgeo
        
        Convert ocean numerical models grids,
        including UGRID and SGRID compliant files,
        to a variety of geo-like objects (GeoJSON, TopoJSON, and Shapefile).
        
        Changelog
        ---------
        
        Version 0.2.1
        
        * Use latest `pysgrid` API.
        
        Version 0.2.0
        
        * Parse cubes with more than one `X`, `Y` axis.
        
        Version 0.1.0
        
        * Added a properties for `raster` representation (via the `rasterize` method)
          and vector `outline` (via shapely's' `cascaded_union`).
        * Re-factor the package into `utilities.py` and `gridgeo.py`.
        * Removed `precision` argument. (Created degenerated polygons.)
        * The `__repr__` now return the original grid `__repr__` if u/s-grid
          or the original `nc` object if the grid is "unknown."
        * Simplified the `GridGeo`class.
          (Moved all the loading stuff to `load_grid`.)
        * Caching expensive computations.
        
        Version 0.0.1
        
        * First version of `gridgeo`.
        
Keywords: oceanography,grid,ugrid,sgrid
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Education
