[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C: in ncml



John-

John Caron wrote:

http://www.unidata.ucar.edu/software/netcdf-java/reference/DatasetUrls.html#NcML

has been modified. any further suggestions welcome

That's a bit clearer, thanks.  Maybe you want to change:

An absolute file URL with an absolute path (eg file:/usr/local/data/mine.nc).

to show a Windows example:

An absolute file URL with an absolute path (eg file:c:/data/mine.nc).

just to drive the point home.


I'd also remove the line:

This makes NcML portable across platforms.

in the windows note.  Even on Windows, back slashes don't work, so
in reality, the sentence would be:

This makes NcML work.     ;-)

At the top, you also have:

C:/share/data/model.nc

perhaps you want to note the forwards slashes here as well, e.g.:

C:/share/data/model.nc   (note forward slashes must be used)

Don
*************************************************************
Don Murray                               UCAR Unidata Program
address@hidden                        P.O. Box 3000
(303) 497-8628                              Boulder, CO 80307
http://www.unidata.ucar.edu/staff/donm
*************************************************************