Feature 1471 python_grid#1704
Merged
JohnHalleyGotway merged 8 commits intodevelopfrom feature_1471_python_gridMar 10, 2021
+394-82
Commits
Commits on Mar 9, 2021
Per #1471, defined a parse_grid_string() function in the vx_statistics library and then updated vx_data2d_python to call that function. However, this creates a circular dependency because vx_data2d…
committedPer #1471, because of the change in dependencies, I had to modify many, many Makefile.am files to link to the -lvx_statistics after -lvx_data2d_python. This is not great, but I didn't find a better…
committed- committed
- committed
Per #1471, add 3 new unit tests to demonstrate setting the python grid as a named grid, grid specification string, or a gridded data file.
committed- committed
- committed