-
Notifications
You must be signed in to change notification settings - Fork 30
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
[5pt] Set up CatFIM to run in Alaska #1117
Comments
In order for the CatFIM code to run on the Alaska HUCs, the FIM output needs to have the usgs_elev_table.csv object in the outputs folder. This means that the USGS gage inputs need to be updated to contain the USGS gages in Alaska. |
This issue was attached to PR 1165 which started as a branch and PR to add Alaska. However, we had lots of trouble getting CatFIM to even run, so PR 1165 was taken over a PR to get it running again. This Issue remains open for a separate branch and PR in the near future. |
Flow-based: I've just re-instated the CatFIM changes and run an example. It looks like we are close, however the CatFIM polygons have an incorrect CRS (see image). I think a main priority will be to get the geopackage thing fixed in general, because otherwise it’s gonna be more difficult to check my work AND I have a feeling that error is occurring in a similar place to where the Alaska CRS error is occurring. The flow-based CatFIM sites layer turned out fine with no CRS errors. |
Awesome (almost working again) and Yes, I have seen problems with crs control throughout the product. In the end, we want it all to finish as one crs (3857 ? ). The problem with the gpkg is also due to the crs but it is only a 2 line addition to fix that but it will help tremendously. However, I recommend you and I meet up to talk about crs management in the product, aka.. when do we re-project and when. There is more to it then meets the eye, I think. Maybe not, but it is worth us double checking. :) |
With most recent updates, stage-based CatFIM is creating weird boxes alongside the inundation polygons Each inundation polygon has a corresponding block. The block is exactly large enough to fit the wbd08 polygon for the HUC. it seems to be something I’ve added recently (or something rob has added recently), so I should toggle the changes to see if I can trace where this issue is coming from. it’s weird that it’s only stage-based… that could be a good clue. I fear it is something to do with the vertical datum… although I don’t know what it would be. Processes that could be affecting it:
Debugging checklist (in progress):
|
With Emily and I comparing notes and past check ins we discovered that the problem was created exactly when we upgraded CatFIM to work with the latest docker image When we did the full last 4.5.2.11 run, we knew the code didn't work on again the latest docker image of fim_4:dev_20240724_b662494 and we would have to come back to it. We had to run it on fim_4:dev_20240823_6321468 The first thing I did on when I created my new 2.1 branch (dev-catfim-v2-1), was fix the docker image and checked it in.. I was watching the "sties" csv and it's points in QGIS and it was fine. But I did not open the library.csv with the polys. and sure enough, it was wrong. So. Alaska is currently have the same carried over problem from the very first docker fix. |
Update the CatFIM code and data inputs as needed so that the stage-based and flow-based CatFIM can run in the newly incorporated southern Alaska HUCs.
The text was updated successfully, but these errors were encountered: