[Geoserver-users] netCDF plugin with ncWMS - is it using the ncWMS library for WMS?

2020-11-12 Thread Phil Scadden
What I am trying to do: I want to serve netCDF data via WMS with the ncWMS extensions to WMS. I also need this happen via the Reading EDAL libraries (used in THREDDS 5 beta, but not in THREDDS 4). I have some gnarly 5D netCDFs. Production THREDDS fails to open them though THREDDS 5 beta (based

Re: [Geoserver-users] netcdf plugin not works

2018-04-20 Thread pzkpfwiii
Exactly that is the key! We tried to run geoserver as administrator then everything's fine. We didn't notice it because when loading shape files to data store we didn't meet this problem. Thanks for you help, that's kind and prompt! -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-Us

Re: [Geoserver-users] netcdf plugin not works

2018-04-19 Thread Ben Caradoc-Davies
On 20/04/18 03:33, Daniele Romagnoli wrote: Does the user running geoserver has writing permissions on the folder containing the data? (It needs to create some metadata/caching files for internal indexing) And if this is not possible, an alternate metadata directory can be specified with NETCD

Re: [Geoserver-users] netcdf plugin not works

2018-04-19 Thread Daniele Romagnoli
Hi, I was able to configure that sample right now with no issues using a GS 2.13.0. Do you have any chance to raise the logging level (I think GEOTOOLS_DEVELOPER should be enough) and try again? (by this way we should be able to see some more info about what is going wrong). Does the user running

[Geoserver-users] netcdf plugin not works

2018-04-19 Thread pzkpfwiii
We tried to load several netcdf files of ocean data collected from NOAA and other institutions to geoserver 2.13.0. Those nc files could be loaded fine on ncWMS2 before. But we got error as bellow for every nc files on geoserver with netcdf plugin. We have check all nc files and can't find the reas

Re: [Geoserver-users] NetCDF plugin issues

2016-10-19 Thread Andy Gabey
...@gmail.com] On Behalf Of Daniele Romagnoli Sent: 19 October 2016 15:19 To: Andy Gabey Cc: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] NetCDF plugin issues Hi Andy, note that the specific message you are seeing should be related to a WARNING reporting that the NetCDF-4 native

Re: [Geoserver-users] NetCDF plugin issues

2016-10-19 Thread Daniele Romagnoli
Hi Andy, note that the specific message you are seeing should be related to a WARNING reporting that the NetCDF-4 native library is missing. Which NetCDF format Datasets would you like to handle? NetCDF3 datasets are handled through simple java code so that you may ignore that warning being report

[Geoserver-users] NetCDF plugin issues

2016-10-19 Thread Andy Gabey
Hi all I'm having trouble getting the NetCDF (for data sources) plugin to work on Geoserver 2.9.2 (Jetty) under Ubuntu (and also Amazon) Linux. The problem is always the same: it can't find the C library. The library is definitely installed (at /usr/lib/libnetcdf.so), and I've even tried compil

Re: [Geoserver-users] NetCDF Plugin

2016-02-02 Thread Daniele Romagnoli
unit string 'years' > at > org.geotools.imageio.netcdf.cv.TimeCoordinateVariable$TimeBuilder.(TimeCoordinateVariable.java:79) > at > org.geotools.imageio.netcdf.cv.TimeCoordinateVariable.(TimeCoordinateVariable.java:137) > at > org.geotools.imageio.netcdf.c

Re: [Geoserver-users] NetCDF Plugin

2016-02-02 Thread axxis l
(NetCDFImageReader.java:264) ... 124 more --- Von: dany.geoto...@gmail.com im Auftrag von Daniele Romagnoli Gesendet: Dienstag, 2. Februar 2016 14:46 An: axxis l Cc: geoserver-users@lists.sourceforge.net Betreff: Re: [Geoserver-us

Re: [Geoserver-users] NetCDF Plugin

2016-02-02 Thread Daniele Romagnoli
Hi Lotta, do you have any chance to share the full log? Which version of GeoServer are you using? (2.8.x, X = ?) I have a doubt in relation to the time unit. I think that the current code only deals with "seconds/minutes/hours/days since the reference time". I'm not sure it will support the "years

[Geoserver-users] NetCDF Plugin

2016-02-02 Thread axxis l
Hi List, I´m using geoserver 2.8 with netcdf plugin. I am creating a store with netcdf file and I get the following error: "Could not list layers for this store, an error occurred retrieving them: Failed to create reader from file://Z:\...\26012016.nc and hints null." Is there a problem wit

Re: [Geoserver-users] NETCDF Plugin for geoserver-2.8-RC1

2015-09-17 Thread Daniele Romagnoli
> > at java.lang.reflect.Method.invoke(Method.java:601) > > at > org.geoserver.catalog.impl.ModificationProxy.invoke(ModificationProxy.java:146) > > at com.sun.proxy.$Proxy9.getGridCoverageReader(Unknown Source) > > at > org.geoserver.

Re: [Geoserver-users] NETCDF Plugin for geoserver-2.8-RC1

2015-09-17 Thread Ferguson, Steve -FS
) ... 108 more From: dany.geoto...@gmail.com [mailto:dany.geoto...@gmail.com] On Behalf Of Daniele Romagnoli Sent: Thursday, September 17, 2015 3:14 AM To: Ferguson, Steve -FS Cc: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] NETCDF Plugin for geoserver-2.8-RC1 Dear

Re: [Geoserver-users] NETCDF Plugin for geoserver-2.8-RC1

2015-09-17 Thread Daniele Romagnoli
Dear Steve, the NetCDF plugin is a community module. 2.8-RC1 has been recently released so I think there is some temporary misalignments between versions and downloads. (I have sent an email to GeoServer devel, asking for details on this) I can see the netcdf community module for 2.9.x (the incomi

[Geoserver-users] NETCDF Plugin for geoserver-2.8-RC1

2015-09-16 Thread Ferguson, Steve -FS
Hi all, Can someone point me in the right direction to download the correct netcdf plugin to match geoserver-2.8-RC1? I don't see anything that looks right on boundlessgeo. Also, I can't seem to find any specific installation instructions for this plugin, any help would be greatly appreciated.

Re: [Geoserver-users] NetCDF plugin failing when the nc file has more than one variable

2013-06-30 Thread Andrea Aime
On Mon, Jul 1, 2013 at 7:41 AM, Ameet wrote: > Thanks Andrea, > > That's good news. I'll keep checking in. > > For this project though, I am afraid we can't wait till September end since > we have to go live in August. > The challenge for me to make the desired changes to the plugin's source is >

Re: [Geoserver-users] NetCDF plugin failing when the nc file has more than one variable

2013-06-30 Thread Ameet
Thanks Andrea, That's good news. I'll keep checking in. For this project though, I am afraid we can't wait till September end since we have to go live in August. The challenge for me to make the desired changes to the plugin's source is that I cannot spend more than 2-3 days on it as per our dra

Re: [Geoserver-users] NetCDF plugin failing when the nc file has more than one variable

2013-06-28 Thread Andrea Aime
On Fri, Jun 28, 2013 at 4:53 PM, Ameet wrote: > I have successfully used the following NetCDF plugin to publish a simple > netcdf file with just one variable. > https://github.com/OpenCOP/geoserver/tree/master/src/community/geonetcdf I cannot help with this plug (GeoCent, you there?), but durin

[Geoserver-users] NetCDF plugin failing when the nc file has more than one variable

2013-06-28 Thread Ameet
I have successfully used the following NetCDF plugin to publish a simple netcdf file with just one variable. https://github.com/OpenCOP/geoserver/tree/master/src/community/geonetcdf I've another netcdf file with two variables that should get loaded to two dimensions in the published raster. But th