Closed rsignell-usgs closed 3 years ago
Hi Rich -
I ran into this as well and it has to do with http vs https servers. I have a fix which I've tested on the UAF catalog and it seems to work. So, I will consult with Roland and check this into the repository...
Fixed in https://github.com/NOAA-PMEL/uafnciso/commit/16023217bdc6f2b617f13127da13a0ac7b2e3372 and released in 2.3.7.
I'm ran
nciso
on a THREDDS catalog with six global datasets but only got one ISO record back.It turns out each of the six records is being named
gamone.xml
and overwriting the previous record.My
./do_bathy
bash script is:I'm getting this response:
and only one file in
./data/global_bathy/iso
,gamone.xml
, which contains the ISO of the last dataset (the others being overwritten).Why am I getting
gamone.xml
every time instead of the dataset name?