Open eyvorchuk opened 1 year ago
This PR completes the migration of the Python code from Python2 to Python3, and it directs requests made in the raster and hydro station data portals to the OPeNDAP Request Compiler Application (orca), which redirects these requests to the THREDDS server. This means we no longer have to use PyDAP for these portals. This PR makes use of code from the generate-metadata branch in pdp_util and the metadata-requests branch in orca.
orca
generate-metadata
pdp_util
metadata-requests
Resolves #212.
Played with downloading things and looking at DAS and DDS calls from the demo, that seemed to go well.
I have deployed this branch to beehive, backended by ORCA and THREDDS, and everything seems to be working. Maybe needs a bit more testing, then merge and release the new version.
This PR completes the migration of the Python code from Python2 to Python3, and it directs requests made in the raster and hydro station data portals to the OPeNDAP Request Compiler Application (
orca
), which redirects these requests to the THREDDS server. This means we no longer have to use PyDAP for these portals. This PR makes use of code from thegenerate-metadata
branch inpdp_util
and themetadata-requests
branch inorca
.Resolves #212.