diff --git a/catalog_harvest/get_ncml_daily_iso.py b/catalog_harvest/get_ncml_daily_iso.py index d79636e..b0ea7be 100644 --- a/catalog_harvest/get_ncml_daily_iso.py +++ b/catalog_harvest/get_ncml_daily_iso.py @@ -10,10 +10,11 @@ SAVE_DIR = "/opt/docker/pycsw/force/iso_records" THREDDS_SERVERS = { -'zdefne': 'https://gamone.whoi.edu/thredds/catalog/sand/usgs/users/zdefne/catalog.html', -'jcwarner': 'https://gamone.whoi.edu/thredds/catalog/sand/usgs/users/jcwarner/Sandy/catalog.html', -'nganju': 'https://gamone.whoi.edu/thredds/catalog/sand/usgs/users/nganju/portal_runs/catalog.html', -'projects': 'https://gamone.whoi.edu/thredds/catalog/sand/usgs/Projects/catalog.html' +'zdefne': 'https://geoport.usgs.esipfed.org/thredds/catalog/sand/usgs/users/zdefne/catalog.html', +'jcwarner': 'https://geoport.usgs.esipfed.org/thredds/catalog/sand/usgs/users/jcwarner/Sandy/catalog.html', +'nganju': 'https://geoport.usgs.esipfed.org/thredds/catalog/sand/usgs/users/nganju/portal_runs/catalog.html', +'projects': 'https://geoport.usgs.esipfed.org/thredds/catalog/sand/usgs/Projects/catalog.html' +'projects2': 'https://geoport.usgs.esipfed.org/thredds/catalog/vortexfs1/usgs/Projects/catalog.html' }