GeoReferencing Coordinate Axes Name__________________________Units_______________Type______Description ---------------------------------------------------- Parsing with Convention = ucar.nc2.dataset.conv.CF1Convention ---------------------------------------------------- netcdf C:/tmp/tile.nc { dimensions: x = 1042; y = 1233; variables: char lambert_conformal_conic; :Northernmost_Northing = -4032225.3440037873; // double :Southernmost_Northing = -4648725.344003787; // double :Easternmost_Easting = 1902723.622817154; // double :Westernmost_Easting = 1381723.622817154; // double :spatial_ref = "PROJCS[\"GDA94 / Geoscience Australia Lambert\",GEOGCS[\"GDA94\",DATUM[\"Geocentric_Datum_of_Australia_1994\",SPHEROID[\"GRS 1980\",6378137,298.2572221010002,AUTHORITY[\"EPSG\",\"7019\"]],AUTHORITY[\"EPSG\",\"6283\"]],PRIMEM[\"Greenwich\",0],UNIT[\"degree\",0.0174532925199433],AUTHORITY[\"EPSG\",\"4283\"]],PROJECTION[\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"standard_parallel_1\",-18],PARAMETER[\"standard_parallel_2\",-36],PARAMETER[\"latitude_of_origin\",0],PARAMETER[\"central_meridian\",134],PARAMETER[\"false_easting\",0],PARAMETER[\"false_northing\",0],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AUTHORITY[\"EPSG\",\"3112\"]]"; :GeoTransform = "1381723.622817154 500 0 -4032225.344003787 0 -500 "; :grid_mapping_name = "lambert_conformal_conic"; :standard_parallel_1 = -18.0f; // float :standard_parallel_2 = -36.0f; // float :latitude_of_projection_origin = 0.0f; // float :longitude_of_central_meridian = 134.0f; // float :false_easting = 0.0f; // float :false_northing = 0.0f; // float :_CoordinateTransformType = "Projection"; :_CoordinateAxisTypes = "GeoX GeoY"; float Band1(y=1233, x=1042); :_FillValue = -1.0E10f; // float :grid_mapping = "lambert_conformal_conic"; :long_name = "GDAL Band Number 1"; :Conventions = "CF-1.0"; } ----------------------------------------------------