Crate ogc

Crate ogc 

Source
Expand description

Models, APIs and tools for OGC technologies.

This crate is dedicated to creating idiomatic Rust APIs for interacting with OGC services.

This version supports:

  • WMS GetCapabilities
  • WMS GetMap

The planned order of implementation is

  1. WMS
  2. WFS
  3. Core API

Modulesยง

wms
Web Mapping Service support, versions 1.1.0 and 1.3.0.