Wednesday, March 1, 2017

sci-wms

"An open-source Python implementation of a WMS (Web Mapping Service) server designed for oceanographic, atmospheric, climate and weather data. It achieves real-time, on-demand visualization of internal (file access) and externally hosted (DAP) CF-compliant data.

Core features

  • Visualize structured or unstructured grids adhering to CF-UGRID or CF-SGRID conventions
  • Abstracts each dataset into two objects: a topology and corresponding model data
  • Topologies are stored locally for quick and efficient spatial queries (RTree indexes for each grid)
  • External data (over DAP) is subset, downloaded, and rendered for each request
  • Supports arbitrary cartographic projections
  • Web-based management console for managing datasets and variables
  • Lightweight client for testing

For complete information, please see the Documentation."

http://sci-wms.github.io/sci-wms/

http://sci-wms.github.io/sci-wms/docs/index.html


No comments:

Post a Comment