skinnywms
skinnywms copied to clipboard
Lightweight WMS server for serving maps of netCDF and GRIB data
### Is your feature request related to a problem? Please describe. At the moment if I set skinnywms to parse a folder containing several NetCDFs of the same variable I...
This seems like a leftover from some debug or testing suite? :) https://github.com/ecmwf/skinnywms/blob/master/skinnywms/fields/NetCDFField.py#L73
Add a configuration to enable [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) for a single and/or for any domain.
If I understand correctly, skinnywms uses magics' default styles in `/usr/share/magics/styles/`, but it's possible to use a different path with the `--style` parameter. Is there any documentation or best practices...
See this code in WMSServer.getLegend(): ``` try: legend = self.availability.layer(layer, time) except errors.LayerNotDefined: legend = self.plotter.layer ``` The problem is that in the except branch **plotter.layer** is a function and...
Hi, I was trying skinnywms with some wrf model which have a mercator projection and i got the exception in subject? Any suggestion or turnaround? Thanks, Davide
I get the following error message when launching the app from the command line: $ skinny-wms --path /home/rik/vis.t17z.f00.grib2 The file is a HRRR GRIB2 file using Lambert Conformal projection. Error...
do you think it would be feasible to support GRIB2 files for space products such as template 90 ? https://apps.ecmwf.int/codes/grib/format/grib2/templates/3/90 and are you interested in it ? if so, do...