Hi,

I have a NetCDF raster with this structure:

Dimensions:      (horizon: 13, percentiles: 3, lat: 213, lon: 274)
Coordinates:
  * lon          (lon) float32 -79.71 -79.63 -79.55 ... -57.13 -57.05 -56.96
  * lat          (lat) float32 62.62 62.54 62.46 62.37 ... 45.12 45.04 44.96
  * horizon      (horizon) datetime64[ns] 1951-01-01 1961-01-01 ...
2071-01-01
  * percentiles  (percentiles) int64 10 50 90
Data variables:
    tg_mean      (horizon, percentiles, lat, lon) float64 ...

I am serving this raster as a WMS layer with GeoServer (with the NC plugin)
and I'd like to know if there's a mechanism to select values for the
dimensions, through the query. Given its type, it seems that `horizon` is
automatically detected as the `TIME` dimension (as I can see in the "Layer
-> Dimensions" tab of the GUI), which means I can use it in a query, but
for `percentiles`, even though I can enable it as a "custom dimension" (in
that same tab), I cannot figure out how to use it in the context of a
query. Is that simply possible?

Thanks,

Christian
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to