geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
178 stars 117 forks source link

Add NcML to supported mime types #514

Closed huard closed 4 years ago

huard commented 4 years ago

Description

NcML stands for the NetCDF Markup Language. It's an XML file that is typically used to aggregate multiple netCDF files hosted on a DAP server.

The suggestion is to add a new Format object for NcML files.