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

[netCDF #BPK-422270]: Name contains illegal characters

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.


  • Subject: [netCDF #BPK-422270]: Name contains illegal characters
  • Date: Mon, 04 Feb 2013 10:51:35 -0700

The problem is those '/' (forward slash)
characters in names. In netcdf-c, they
are strictly illegal.

In netcdf-Java, if a flag is set, which it is by
default, an attempt is made to interpret those
slashes as group indicators.

There is currently no plan to add similar group
support in netcdf-c
because currently only netcdf-3 (classic format)
is supported for dods requests and it does not
support groups. This will eventually
change when the new DAP4 protocol is supported.

I can however make a change so those slashes
are converted to an escaped format. But this may not
get you what you want.

I have setup a bug tracking issue:
https://bugtracking.unidata.ucar.edu/browse/NCF-223



=Dennis Heimbigner
  Unidata


Ticket Details
===================
Ticket ID: BPK-422270
Department: Support netCDF
Priority: Normal
Status: Closed