John Caron

Results 107 comments of John Caron

PS: thanks for the note on NPE in compare(), im changing so nulls arent used (in version 8, not sure about backporting).

Ive prototyped adding a JAXA CoordSystemBuilder. However, you dont get any CoordinateSystems because the Coordinate Variables (Latitude, Longiture, Time) dont match the data Variables (Cloud_probability, QA_flag, SST). to do that...

The current ncdump with prototyped JAXA CoordSystemBuilder: ``` netcdf /home/snake/Downloads/GC1SG1_202105251107C25504_L2SG_SSTDK_2000.h5 { group: Geometry_data { dimensions: Line_grids = 126; Pixel_grids = 126; variables: float Latitude(Line_grids=126, Pixel_grids=126); :Dim0 = "Line grids"; :Dim1...

The problem is that there is no CoordinateSystem assigned, because there are no Coordinate Axes that match the data values' dimensions (domain). We could assign it anyway, but standard tools...

CoordinateSystem's depend on knowing the unique set of Dimensions, which is their "domain". The problem is in Dimension.equals() for unshared Dimensions. Im experimenting with changing that so that unshared Dimensions...

Seems reasonable to convert to UTM. Can you send me a pointer to your code? Any tests you have would be helpful.

In Unidata support archives, such as from this page: https://www.unidata.ucar.edu/support/help/MailArchives/netcdf/msg13662.html there are links to reference docs with "current" in the URL: http://www.unidata.ucar.edu/software/thredds/current/netcdf-java/reference/netcdf4Clibrary.html These no longer work. Im wondering why that...

I think referencing the specific version is fine, glad there is a current option. The broken links are due to moving to docs.unidata.... rather than current. Would be nice to...

Added test that fails into TestSimpleGeom.

None of the files in /usr/local/google/home/jlcaron/github/repo2/netcdf-java/cdm/core/src/test/data/dataset/SimpleGeos are parsed as a station feature type (via feature scan). Not sure whats up there, or what the "simple geometry" convention is. probably a...