This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Unidata Support wrote:
------- Forwarded MessageTo: address@hidden, To: address@hidden From: "Dimm" <address@hidden> Subject: netCDF Java - Using probes data in NetCDF Organization: UCAR/Unidata Keywords: 200506081400.j58E0Y0u019407Institution: Earth physics institute RAS Package Version: 2.2.09 Operating System: Linux Mandrake Hardware Information: - Inquiry: Hello! I\'m trying to load data in probes to NetCDF file. I\'ve found the PointCollection and PointObs interfaces, which as I can see are good for keeping data at \"unconnected locations\" as it is written in ucar.nc2.dt.PointCollection javaDoc Is there any example of using points instead of lat-lon grid as coordinate system for NetCDF files?
Hi Dimm: Is this in the context of using the IDV or as a standalone library?You need to 1) write netcdf files in some special format, and 2) write an adapter that reads them and implements a PointObsDataset interface. We are working on a reccomended file format, where the adapter will already be written.
You can see the code in ucar.nc2.dt.point as examples. Its all very new, so not much documentation yet.