-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raven notebooks failure after Geoserver upgrade #410
Comments
I think I know what the issue is with the error on |
I was right. I've removed that broken datastore and the cells for notebook 03 are passing now. This may cause problems elsewhere, but we'll deal with them as they arise. |
I spoke too soon. Looks like Birdy v0.8.0 isn't converting objects properly right now: Birdy has three options for GeoTIFF conversion here, so where's the issue? https://github.com/bird-house/birdy/blob/24dbbd1f1d431b22f918486ab2974019edea4888/birdy/client/converters.py#L252 @huard Do you have any ideas here? |
For |
Sorry I'm not sure I understand what goes on here, as this is not an area of RavenPy I'm very familiar with. |
About this, which can be found in a stacktrace above: model.rvh.hrus=(GR4JCN.LandHRU(**salmon_land_hru_1),) this has been deprecated for a while in RavenPy: the way to reference |
And I now realize, many months later, that the answer to this question is thus: yes, that's the case! |
The underlying issue with files requiring data from previous-run notebooks has been solved in ravenpy, storing data on raven-testdata for the tutorials. I think this can be closed now. |
Description
Since our notebooks are unable to test Geoserver from a dev machine (issue Ouranosinc/pavics-sdi#183), this error is caught only after a go-live on prod of PR bird-house/birdhouse-deploy#136.
Steps to Reproduce
http://jenkins.ouranos.ca/job/PAVICS-e2e-workflow-tests/job/master/1277/consoleFull
There are more errors, but they mostly are variations of the following errors.
03_Extract_geographical_watershed_properties.ipynb
05_Extracting_external_data.ipynb:
06_Raven_calibration.ipynb
Additional Information
Similar Finch issue bird-house/finch#206
The text was updated successfully, but these errors were encountered: