Closed eyvorchuk closed 8 months ago
This PR removes the hydro_model_archive and hydro_stn_archive portals, including any links to them and functions that determine whether or not a CMIP5 or an archived dataset should be loaded.
hydro_model_archive
hydro_stn_archive
Gridded Hydrologic Model Output demo at https://services.pacificclimate.org/dev/portal/hydro_model_out/map/. Expected behaviour is that there is no link to an "Archive Hydrologic Model Output Portal" page and that attempting to access https://services.pacificclimate.org/dev/portal/hydro_model_archive/map/ results in a 404.
Modelled Streamflow Data demo at https://services.pacificclimate.org/dev/portal/hydro_stn_cmip5/map/. Expected behaviour is that there is no link to an "Archive Modeled Streamflow Portal" page and that attempting to access https://services.pacificclimate.org/dev/portal/hydro_stn_archive/map/ results in a 404.
Resolves #311
test_functional.py
Changes
This PR removes the
hydro_model_archive
andhydro_stn_archive
portals, including any links to them and functions that determine whether or not a CMIP5 or an archived dataset should be loaded.Gridded Hydrologic Model Output demo at https://services.pacificclimate.org/dev/portal/hydro_model_out/map/. Expected behaviour is that there is no link to an "Archive Hydrologic Model Output Portal" page and that attempting to access https://services.pacificclimate.org/dev/portal/hydro_model_archive/map/ results in a 404.
Modelled Streamflow Data demo at https://services.pacificclimate.org/dev/portal/hydro_stn_cmip5/map/. Expected behaviour is that there is no link to an "Archive Modeled Streamflow Portal" page and that attempting to access https://services.pacificclimate.org/dev/portal/hydro_stn_archive/map/ results in a 404.
Resolves #311
Checklist
test_functional.py
using the archive portals use the current portals instead.