The ncdump -h output is at the bottom of this email.

I am interested in retrieving the action and action_weight variables.
Since those variables don't have lat/lon associated with them, I don't expect to be able to publish them as a layer, but instead wish to retrieve the values as an array.

I am able to view the time field through WMS GetCapabilities, and I'd like to do something similar for other fields.

Thank you,
Michael Matthews

ncdump -h output:
{
dimensions:
        lat = 147 ;
        lon = 197 ;
        time = 10 ;
        action = 63 ;
        action_names = 3500 ;
variables:
        float lat(lat) ;
                lat:units = "degrees_north" ;
        float lon(lon) ;
                lon:units = "degrees_east" ;
        float time(time) ;
                time:units = "hours since 2010-01-01 00:00:00" ;
        char action(action_names) ;
        float containment(time, lat, lon) ;
                containment:units = "containment-level" ;
        float action_weight(time, action) ;
}


On 01/25/2017 12:40 PM, Daniele Romagnoli wrote:
Hi Michael,
can you show the ncdump -h output of that Dataset?
Note that GeoServer deals with >= 2D regularly gridded geospatial variables (they need to have some geospatial context such as lat/lon or y/x axis in some projection).

Please, let us know.
Cheers,
Daniele




On Wed, Jan 25, 2017 at 6:19 PM, Michael Matthews <[email protected] <mailto:[email protected]>> wrote:

    Hello,

    I am working with NetCDFs through the NetCDF extension for GeoServer.
    I have additional dimensions within the NetCDF that I can see through
    ncdump and ToolsUI, but I can't figure out how to retrieve that data.
    The data does not have lat/lon associations, it is simply an array of
    floating-point numbers.

    How could I retrieve this NetCDF data through GeoServer?

    Thank you,
    Michael Matthews

    
------------------------------------------------------------------------------
    Check out the vibrant tech community on one of the world's most
    engaging tech sites, SlashDot.org! http://sdm.link/slashdot
    _______________________________________________
    Geoserver-users mailing list
    [email protected]
    <mailto:[email protected]>
    https://lists.sourceforge.net/lists/listinfo/geoserver-users
    <https://lists.sourceforge.net/lists/listinfo/geoserver-users>




--
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.
==

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:      +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to