2015-05-28 16:14:05 DEBUG NetcdfFile:784 - Using IOSP
ucar.nc2.iosp.netcdf3.N3raf
2015-05-28 16:14:05 DEBUG NetcdfFile:784 - Using IOSP
ucar.nc2.iosp.netcdf3.N3raf
May 28, 2015 4:14:05 PM org.geotools.imageio.netcdf.NetCDFImageReader
extractCoordinatesVariable
WARNING: Unsupported axis: double ls_nzmge(ls_nzmge=2906);
  :unit = "m";
  :axis = "X";
  :bounds = "ls_nzmge_bnds";
 in input: file:/Users/turekg/Desktop/ls_manawatu_yearly.nc has been found
May 28, 2015 4:14:05 PM org.geotools.imageio.netcdf.NetCDFImageReader
extractCoordinatesVariable
WARNING: Unsupported axis: double ls_nzmgn(ls_nzmgn=2790);
  :unit = "m";
  :axis = "Y";
  :bounds = "ls_nzmgn_bnds";
 in input: file:/Users/turekg/Desktop/ls_manawatu_yearly.nc has been found
May 28, 2015 4:14:05 PM org.geotools.imageio.netcdf.NetCDFImageReader
initMapping
SEVERE: Null coordinate variable: 'ls_nzmge' while processing input:
file:/Users/turekg/Desktop/ls_manawatu_yearly.nc
May 28, 2015 4:14:05 PM org.geotools.imageio.netcdf.NetCDFImageReader
initMapping
SEVERE: Null coordinate variable: 'ls_nzmgn' while processing input:
file:/Users/turekg/Desktop/ls_manawatu_yearly.nc
2015-05-28 16:14:05 ERROR AddLayerAction:67 - Unable to connect
org.geotools.data.DataSourceException: Unable to connect
        at 
org.geotools.coverage.io.netcdf.NetCDFReader.<init>(NetCDFReader.java:158)
        at 
riskscape.map.geotools.layer.LayerCreator.loadNetCDFFile(LayerCreator.java:
56)

ncdump of the headers results in

dimensions:
        ls_nzmge = 2906 ;
        ls_nzmgn = 2790 ;
        nv = 2 ;

variables:
        double ls_nzmge(ls_nzmge) ;
                ls_nzmge:unit = "m" ;
                ls_nzmge:axis = "X" ;
                ls_nzmge:bounds = "ls_nzmge_bnds" ;
        double ls_nzmgn(ls_nzmgn) ;
                ls_nzmgn:unit = "m" ;
                ls_nzmgn:axis = "Y" ;
                ls_nzmgn:bounds = "ls_nzmgn_bnds" ;
        double ls_nzmge_bnds(ls_nzmge, nv) ;
        double ls_nzmgn_bnds(ls_nzmgn, nv) ;
        int ls_prob_ann(ls_nzmge, ls_nzmgn) ;
                ls_prob_ann:long_name = "Annual landslide probability" ;
                ls_prob_ann:cellsize = 30. ;
                ls_prob_ann:xllcorner = 2669314.75 ;
                ls_prob_ann:yllcorner = 6116013.5 ;
                ls_prob_ann:valid_min = 0 ;
                ls_prob_ann:valid_max = 1000000 ;
                ls_prob_ann:_FillValue = -9999 ;
        int stab_cond(ls_nzmge, ls_nzmgn) ;
                stab_cond:long_name = "Stability condition (1: stable, 0: 
unstable,
else: conditionally unstable)" ;
                stab_cond:cellsize = 30. ;
                stab_cond:xllcorner = 2669314.75 ;
                stab_cond:yllcorner = 6116013.5 ;
                stab_cond:valid_min = 0 ;
                stab_cond:valid_max = 100 ;
                stab_cond:_FillValue = -9999 ;

------------------------------------------------------------------------------
_______________________________________________
GeoTools-GT2-Users mailing list
GeoTools-GT2-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to