-
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
Task 2.4: Correct the Areal Interpolation Plot's "save" that exports the tile plot and values instead of the polygonal values and Shapefile #4
Comments
FastTilePlot and FastAreaTilePlot called the same code for menu items including exporting a Shapefile. Split the code such that the the FastTilePlot function will be called for tile plots and the FastAreaTilePlot function will be called for the areal interpolation plots. The new function to save a Shapefile for a FastAreaTilePlot is not yet written. |
This is working in shapefile_mpas |
The shapefile export for the MPAS areal interpolation plot doesn't work. The Shapefile that is saved is of the Tile Plot, but it does seem to use the extent of the Areal Interpolation plot (the huc03.shp covers only the SE region.) The data doesn't appear to match the areal interpolation plot because there are values over the atlantic ocean, and the areal interpolation plot only has values over the continental US. #script for testing command line options echo 'running verdi_script_areal.csh' foreach species ( qv ) -quitend Then create an areal interpolation plot. Load saved shapefile into QGIS and then select Properties I would expect that if the plot was of the areal interpolation values, then there wouldn't be any cells with color over the ocean. @systemsgo - Please take a look and see if you agree that this still needs to be fixed. |
No description provided.
The text was updated successfully, but these errors were encountered: