All Projects → NCPP → Ocgis

NCPP / Ocgis

Licence: other
OpenClimateGIS is a set of geoprocessing and calculation tools for CF-compliant climate datasets.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ocgis

Ocean-Data-Map-Project
The Ocean Navigator is an online tool that is used to help visualise scientific research data. a users guide is available at https://dfo-ocean-navigator.github.io/Ocean-Navigator-Manual/ and the tool is live at
Stars: ✭ 41 (-31.67%)
Mutual labels:  gis, netcdf
Rioxarray
geospatial xarray extension powered by rasterio
Stars: ✭ 148 (+146.67%)
Mutual labels:  netcdf, gis
wxee
A Python interface between Earth Engine and xarray for processing time series data
Stars: ✭ 113 (+88.33%)
Mutual labels:  gis, netcdf
gis4wrf
QGIS toolkit 🧰 for pre- and post-processing 🔨, visualizing 🔍, and running simulations 💻 in the Weather Research and Forecasting (WRF) model 🌀
Stars: ✭ 137 (+128.33%)
Mutual labels:  gis, netcdf
jismesh
Utilities for the Japanese regional grid square system defined in Japanese Industrial Standards (JIS X 0410 地域メッシュ).
Stars: ✭ 33 (-45%)
Mutual labels:  grid, gis
GMT.jl
Generic Mapping Tools Library Wrapper for Julia
Stars: ✭ 148 (+146.67%)
Mutual labels:  grid, gis
Datacube Core
Open Data Cube analyses continental scale Earth Observation data through time
Stars: ✭ 285 (+375%)
Mutual labels:  netcdf, gis
Kendogridbinderex
This is a ModelBinder designed to consume an http request and build a json serializable object for the Kendo UI Grid datasource. AutoMapper is used to support mapping from ViewModel <> Entity.
Stars: ✭ 52 (-13.33%)
Mutual labels:  grid
Glsl Grid
Draws an antialiased grid along the X/Y/Z direction of a mesh.
Stars: ✭ 57 (-5%)
Mutual labels:  grid
Geohealthcheck
Service Status and QoS Checker for OGC Web Services
Stars: ✭ 52 (-13.33%)
Mutual labels:  gis
Inloco
A Geographic Information System (GIS) used by Ministério Público do Estado do Rio de Janeiro to show social, institutional and administrative data , based on React and Leaflet, interacting with a GeoServer back-end.
Stars: ✭ 51 (-15%)
Mutual labels:  gis
Geotiff.io
Static website for viewing and analyzing GeoTIFF's in the browser
Stars: ✭ 53 (-11.67%)
Mutual labels:  gis
Openrouteservice R
🌐 R package to query openrouteservice.org
Stars: ✭ 57 (-5%)
Mutual labels:  gis
Shadoweditor
Cross-platform 3D scene editor based on three.js, golang and mongodb for desktop and web. https://tengge1.github.io/ShadowEditor-examples/
Stars: ✭ 1,060 (+1666.67%)
Mutual labels:  gis
React Ingrid
React infinite grid
Stars: ✭ 59 (-1.67%)
Mutual labels:  grid
Compoundbuttongroup
An Android library to easily implement compound buttons
Stars: ✭ 52 (-13.33%)
Mutual labels:  grid
React Qmap
💡react腾讯地图开源组件
Stars: ✭ 60 (+0%)
Mutual labels:  gis
Indoorjs
Indoor mapping for floorplans using on fabricjs
Stars: ✭ 59 (-1.67%)
Mutual labels:  grid
Leaflet Geoman
🍂🗺️ The most powerful leaflet plugin for drawing and editing geometry layers
Stars: ✭ 1,088 (+1713.33%)
Mutual labels:  gis
React Stonecutter
Animated grid layout component for React
Stars: ✭ 1,089 (+1715%)
Mutual labels:  grid

Build Status

For documentation: https://ocgis.readthedocs.io/en/latest/

For additional project information: http://www.earthsystemcog.org/projects/openclimategis/

For questions or to file a bug report, please create a GitHub issue.

Overview

OpenClimateGIS (OCGIS) is a Python package designed for geospatial manipulation, subsetting, computation, and translation of spatiotemporal datasets stored in local NetCDF files or files served through THREDDS data servers. OpenClimateGIS has a straightforward, request-based API that is simple to use yet complex enough to perform a variety of computational tasks. The software is built entirely from open source packages.

OpenClimateGIS supports many file formats and NetCDF metadata conventions:

  • Climate & Forecast (CF) Grid
  • Unstructured Grid (UGRID)
  • SCRIP
  • ESMF Unstructured
  • GDAL-supported vector formats (ESRI Shapefiles, File Geodatabases, GeoPackage, GeoJSON, etc.)
  • Comma-Separated Value (CSV)

GIS Capabilities

  • Subsetting (intersects and intersection) of climate datasets by bounding box, Shapely geometries, or shapefiles (city centroid, river reach, a single county or watershed, state boundaries).
  • Time and level range subsetting. Also allows for arbitrary label-based slicing.
  • Single or multi-dataset requests (concatenation).
  • Area-weighted aggregation (spatial averaging) to selection geometries.
  • Handles CF-based coordinate systems with full support for coordinate transformations (including the rotated pole coordinate system)
  • Geometry wrapping and unwrapping to maintain logically consistent longitudinal domains.
  • Polygon, line, and point geometric abstractions.
  • ESMPy regridding

Data Conversion

  • Access to local NetCDF data or data hosted remotely on a THREDDS (OPeNDAP protocol) data server. Only the piece of data selected by an area-of-interest is transferred from the remote server.
  • Stream climate data to multiple formats.
  • Extensible converter framework to add custom formats.
  • Automatic generation of request metadata.
  • Push data to a familiar format to perform analysis or keep the data as NumPy arrays, perform analysis, and dump to a supported format.

Computation

  • Extensible computational framework for arbitrary inclusion of NumPy-based calculations.
  • Apply computations to entire data arrays or temporal groups.
  • Computed data may be streamed to any supported formats.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].