-
Notifications
You must be signed in to change notification settings - Fork 13
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
CONUS404 and CONUS404-PGW on slightly different grids #559
Comments
@aputman-usgs - I took a look that these two products. They are on the same grid and while the two crs entries have different attributes, they do represent the same geospatial information. I've replaced the @amsnyder Could you transfer the updated .zmetadata file for CONUS404-PGW to the OSN-POD? |
Hey Parker - thanks for the clarification and the update. |
Thanks @pnorton-usgs - could you updated your zarr processing scripts to reflect the changes too? I am pushing the data to the OSN pod now...will close this out once the data transfer is finished. |
Also - does the |
Hi again, Today when I loaded the datasets (as above) I double checked whether the crs_wkt, x, y, lat, and lon values for the two datasets were identical or not. The crs match now due to your updates (thanks!), and the two datasets have the same number of grid cells (x=1367, y=1015, which is the same as before), as well as identical lats and lons. However, it still seems like the values for x and y are slightly offset: Is this still expected behavior? seems like if the crs are the same, and the lats and lons are the same, the x and y indices should also match between the datasets? or is there something I'm misunderstanding? |
@aputman-usgs I have a vague recollection of dealing with this for the original CONUS404. I'll go dig through my notes and see what I can find. |
@aputman-usgs - Try it again and see if they match properly now. |
@amsnyder - CONUS404-PGW_hourly and CONUS404-PGW_xtrm will need to have the This was something that was done after-the-fact with prior workflows. I need to update the source WRF constants netCDF file (which is used by the processing workflows) with these updated variables so this does not happen in the future. |
Thank you @pnorton-usgs! @aputnam, I pushed those updates to the OSN pod - please let me know if you see any other discrepancies |
will do. Thanks! |
Hi,
I'm writing to ask if it is expected behavior that CONUS404 and CONUS404-PGW are on slightly different grids. I am accessing both on Hovenweep as follows:
The datasets also have different crs info so it's hard to check if they are on the same crs. Are they on the same crs? Can you point me to any guidance on this? Thank you!
The text was updated successfully, but these errors were encountered: