[netcdf-java] Testing latest snapshots from your develop branch

  • To: "netcdf-java@xxxxxxxxxxxxxxxx" <netcdf-java@xxxxxxxxxxxxxxxx>
  • Subject: [netcdf-java] Testing latest snapshots from your develop branch
  • From: Laurent P. <goj73@xxxxxxxxxxx>
  • Date: Wed, 12 Aug 2020 10:42:27 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=cLMi4/WjlXskVxN8YQ4/WLBgnZD2Ic4RtsbD6SLCUHc=; b=fySKeSAT1PcqZRlP84xRBACZoBYy2Q3DkkjcokoV75hBAjMEEmiEO9+fIYbbHrKvRNtFyyQJQvk9/wEL3lhH/dttf4uS2M2PwMnYGOZBNpHqx7LmnYEknelQccUjvBTzPRM6ZzZ/sQqVEcEGDHsL3W7NbSxYtX8UfbfjrLPff9Va2SXxQ1P7KTZ2xWU7txoXOr4YRPce6L6+d9gLQXIOwKmfPDcTzyYTX6485Cn1aZHBcPS7Mr96k+CtcRYhTjZHwa5SW/sCJxrM9k70o4L+8eC1gFxZvPjoG9oCvCc4g5guSXufxJ7KKWPXXUN7Zaux0947t6NS6W70767E0bN+9w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=kh57tOepoONKQAdmWfqY8EOze/eE/OLp7d22/Yg3PbcWcxp7a4CWAUEUIUMn2eOpCVnaaPjTY4Ww2LuPJsiTdmkJ4udiGxmidlAAUgwOYyoUhKbLH+Qk5GnKx4A1HqNdY3oBJiwuntAQPmknxX+0s2c7W7xyP2EbqQXak33GFf14jHaeXl3vTkmmIKQ3zX+n/umX7SUFmPcufT38qmCcTWNEDpwMOjNEzwvmUfSq4eZ9THcz8mWrlxZGou4ICt/2Zs3LH96TCP/PrF82ztd9AbSbOQC+Xt9K8/5xoVJMKImISeOlkMLjjHtCMpwXvhdgskuNtWNRDaHK2f+a0e22qg==
Hello Unidata team,

I'm trying to decode NEXRAD files to netCDF 3 with netCDF-Java, I got the lib 
5.3.3 working for some of my files :
I can read the variables I need and write a netcdf file yet I get errors during 
the process :
    java.io.IOException: iosp is null, perhaps file has been closed. Trying to 
read variable TabMessagePage
    java.io.IOException: iosp is null, perhaps file has been closed. Trying to 
read variable elevation

But it is not working at all for other files :

    java.io.IOException: Cant read /tmp/nexrad13678043768018599077.tmp: not a 
valid CDM file.
at ucar.nc2.NetcdfFiles.open(NetcdfFiles.java:282)
    ...
    Caused by: java.io.IOException: Cant read 
/tmp/nexrad13678043768018599077.tmp: not a valid CDM file. at 
ucar.nc2.NetcdfFiles.open(NetcdfFiles.java:715)

I saw you removed deprecated file writers on your develop branch and I wanted 
to test your latest snapshots for cdm-core, cdm-radial. But the snapshots  .jar 
files published on your Nexus contain no .class files but .html files only

An example from a recent snapshot : 
https://artifacts.unidata.ucar.edu/repository/unidata-all/edu/ucar/cdm-core/5.4.0-SNAPSHOT/cdm-core-5.4.0-20200713.202957-71.jar

jar tf cdm-core-5.4.0-20200713.202957-71.jar

META-INF/
META-INF/MANIFEST.MF
allclasses-frame.html
allclasses-noframe.html
constant-values.html
deprecated-list.html
help-doc.html
index-all.html
index.html
overview-frame.html
overview-summary.html
overview-tree.html
package-list
script.js
serialized-form.html
stylesheet.css
thredds/
thredds/client/
thredds/client/catalog/
thredds/client/catalog/Access.html
...

Would be nice if it were possible to test your latests snapshots, did I miss 
something ?

(Sorry if I sended this mail twice on support adress)

Laurent P.


  • 2020 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdf-java archives: