Metadata-Version: 2.4
Name: gridgeo
Version: 1.6.0
Summary: Convert UGRID, SGRID, and non-compliant ocean model grids to geo-like objects
Author: Filipe Fernandes
Author-email: ocefpaf@gmail.com
License: BSD-3-Clause
Project-URL: homepage, https://github.com/pyoceans/gridgeo
Project-URL: documentation, https://pyoceans.github.io/gridgeo
Project-URL: repository, https://github.com/pyoceans/gridgeo
Platform: any
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: docopt
Requires-Dist: netCDF4
Requires-Dist: shapely>=2
Requires-Dist: numpy>=2
Provides-Extra: test
Requires-Dist: cartopy; extra == "test"
Requires-Dist: fiona; extra == "test"
Requires-Dist: folium; extra == "test"
Requires-Dist: hypothesis; extra == "test"
Requires-Dist: matplotlib; extra == "test"
Requires-Dist: nbsphinx; extra == "test"
Requires-Dist: pooch; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-xdist; extra == "test"
Requires-Dist: sphinx; extra == "test"
Dynamic: license-file

gridgeo
-------

[![PyPI](https://img.shields.io/pypi/v/gridgeo.svg?style=plastic)](https://pypi.python.org/pypi/gridgeo) [![Build Status](https://travis-ci.org/pyoceans/gridgeo.svg?branch=master)](https://travis-ci.org/pyoceans/gridgeo) [![DOI](https://zenodo.org/badge/5715/pyoceans/gridgeo.svg)](https://zenodo.org/badge/latestdoi/5715/pyoceans/gridgeo)

Converts ocean numerical models grids,
including UGRID and SGRID compliant files,
to a variety of geo-like objects: GeoJSON, and shapefile.

For some examples check the [notebook folder](https://nbviewer.jupyter.org/github/pyoceans/gridgeo/tree/master/notebooks/).
