pacificclimate / pdp

The PCIC Data Portal - Server software to run the entire web application
GNU General Public License v3.0
1 stars 2 forks source link

Complete Python3 update and integrate THREDDS+ORCA #282

Open eyvorchuk opened 1 year ago

eyvorchuk commented 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.

Resolves #212.

corviday commented 4 months ago

Played with downloading things and looking at DAS and DDS calls from the demo, that seemed to go well.

corviday commented 2 months ago

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.