steingod / mdharvest

Metadata harvesting
GNU General Public License v2.0
2 stars 3 forks source link

Upgrade traverse_thredds to manage newer versions of THREDDS catalogs #20

Open steingod opened 1 year ago

steingod commented 1 year ago

The current version of the thredds_client Python package doesn't work with newer TDS catalog implementations. Find a workaround for this.

steingod commented 1 year ago

thredds_client has been forked and modified, now it seems to work at least for some datasets, further testing is needed.

steingod commented 1 year ago

Some modifications in package nc_to_mmd as well. Will clean up code and submit for furtehr testing. thredds_client modifications are more comprehensive and need further cleaning and testing.

steingod commented 1 year ago

Some minor modifications of traverse_thredds have been made but not committed yet. Preparing a PR for thredds_client now.

steingod commented 1 year ago

PR (https://github.com/bird-house/threddsclient/pull/15) on thredds_client that fixes issues on TDS v5 has been submitted, still some work to do on HYRX implementations.