gridgeo
¶
-
class
gridgeo.gridgeo.
GridGeo
(nc, **kwargs)[source]¶ Bases:
object
GridGeo class takes a nc-like object (netCDF4-python or a netCDF file/URL) and parse the grid information.
-
geometry
¶
-
outline
¶
-
to_geojson
(**kw)[source]¶ Return a GeoJSON representation of an grid object. The kw are based on the simplestyle-spec: https://github.com/mapbox/simplestyle-spec/tree/master/1.1.0
-
cfvariable
¶
ugrid
¶
Lightweight UGRID-1.0 parser
-
gridgeo.ugrid.
connectivity_array
(connectivity, num_ind)[source]¶ Returns the connectivity array for its correspdonding netCDF4.Variable according to UGRID-1.0.