-
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
[8pt] Add south Alaska to HAND processing #792
Comments
We'll want to store the DEMs and vector files in EPSG:3338 (Alaska Albers). That way we can avoid distortion during the HAND processing. |
Ok. no problem. Emily.. I can start getting you the DEM's and pick up where we left off |
@CarsonPruitt-NOAA : We can store the raw DEM'S in 3338 if you like. When we load DEMs initially for USGS, we convert them to 5070 as we download them, then process everything at 5070. Do you want us to make a change to our program for downloading DEMs have them convert to 5070 for everything except South Alaska? Also.... I assume we will set it up a part of the big vrt which can be expanded to add S.A. Should be an easy task for me to get her the data, then it is just a matter of figuring out which HUCs are now in play and testing them (well.. and updating a few other tidbits like the included_huc8.lst |
Yes, we will want to store the Alaska data as 3338. Rob, I think it would be best for you to get the data set up and then Emily can work out the kinks from there. |
@EmilyDeardorff : Can you figure out what HUC8's are now going to be used for Alaska? As Carson mentioned it will be the HUC 2 of 19 (HUCs starting with 19), but we don't need all of Alaska. Only the HUCs 8 that we have NWM stream data for. |
Liliana probably also knows which HUCs are the ones we need for Alaska covered by NWM v3. |
oh ya. Can you compare those HUCs to the streamlines and makes sure it matches? But yes, I think that has it. I will work this week on getting you some DEMs in 3338 for those HUCs. |
'Lake' column issue (2/28/24) The NWM streams geopackage did not have the 'Lake' attribute like it was supposed to. It turns out that data was there, just in a column titled 'NHDWaterbodyComID'. To resolve, I created a column called 'Lake' in the NWM streams Alaska geopackage (which is an input to the pre-clip processing). Incorrect CRS for Alaska (2/28/24) The default FIM projection is not correct to use for Alaska. To resolve, I added logic to a few scripts to assign the CRS variable depending on whether it is an Alaska HUC or not. DEM domain geopackage not matching Alaska CRS (2/29/24) The input DEM domain ( |
Future Work: Need to get USGS gages for Alaska (3/4/24) With the recent in the FIM pipeline outputs summary:
|
Branch Zero Inundation of the Matanuska River near Palmer, Alaska
Branch zero inundation near the Matanuska River at Palmer AK - USGS gage 15284000 |
High stream density leading to too many branches in HUC 19020402 Running the FIM pipeline on HUC 19020402 (Matanuska River near Palmer, Alaska) resulted in 867 branches being generated. The expected number of branches for a HUC is more like 20-40 branches. This unexpected behavior can be attributed to an overly dense network of streams being fed into the model. The figures below shows that the intensity of this issue varies between HUC. |
A list of south Alaska HUCs is coming and need to be included in our BED runs.
All inputs should be there, but this card is to prove that those HUCs will process correctly.
Even the final FIM BED results for the Alaska HUCs need to remain as EPSG:3338.
Other tasks required: (note.. key sub-tasks can be listed here if required. Big ones can likely go to their own PR depending on size and inter relationship of the tasks.
The text was updated successfully, but these errors were encountered: