-
Notifications
You must be signed in to change notification settings - Fork 24
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
Feature 1810 shapes #2005
Feature 1810 shapes #2005
Commits on Nov 22, 2021
-
Per #1810, adding initial hooks for processing genesis shapefiles via…
… the -shape command line option.
Configuration menu - View commit details
-
Copy full SHA for 9d54845 - Browse repository at this point
Copy the full SHA 9d54845View commit details
Commits on Dec 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d23f19a - Browse repository at this point
Copy the full SHA d23f19aView commit details
Commits on Dec 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e93f221 - Browse repository at this point
Copy the full SHA e93f221View commit details
Commits on Dec 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b2a1fae - Browse repository at this point
Copy the full SHA b2a1faeView commit details -
Per #1810, make formatting of revision histories consistent as 'MET #…
…NNNN desc' where NNNN is the issue number and desc is a very brief description of the change.
Configuration menu - View commit details
-
Copy full SHA for 5ff5268 - Browse repository at this point
Copy the full SHA 5ff5268View commit details
Commits on Dec 17, 2021
-
Per #1810, move grid_closed_poly.h/.cc from the gen_vx_mask applicati…
…on directory to the vx_statistics library directory. That way we can use it in both gen_vx_mask and tc_gen.
Configuration menu - View commit details
-
Copy full SHA for 209ebc9 - Browse repository at this point
Copy the full SHA 209ebc9View commit details -
Per #1810, update gen_vx_mask to call GridClosedPolyArray::set() inst…
…ead of loading up that array there. Note that this commit may produce slightly different (more correct) results. The gen_vx_mask code had be rounding each shapefile point to the NEAREST grid point: x = nint(dx); y = nint(dy); I'd call that a bug and fixing it will produce slightly different masking results along the boundary. Be sure to check for these diffs in the unit test output.
Configuration menu - View commit details
-
Copy full SHA for 96170dc - Browse repository at this point
Copy the full SHA 96170dcView commit details
Commits on Jan 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aa16d55 - Browse repository at this point
Copy the full SHA aa16d55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83b2e65 - Browse repository at this point
Copy the full SHA 83b2e65View commit details
Commits on Jan 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 72cee22 - Browse repository at this point
Copy the full SHA 72cee22View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd66c81 - Browse repository at this point
Copy the full SHA cd66c81View commit details -
Per #1810, update the ProbGenPCTInfo class so that it can be used to …
…write probabilistic shapefile output.
Configuration menu - View commit details
-
Copy full SHA for b054189 - Browse repository at this point
Copy the full SHA b054189View commit details -
Configuration menu - View commit details
-
Copy full SHA for 615064f - Browse repository at this point
Copy the full SHA 615064fView commit details -
Per #1810, fix bug in tc_gen writing PJC and PRC output lines for gen…
…esis probabilities. It was a copy/paste bug.
Configuration menu - View commit details
-
Copy full SHA for 3ab9944 - Browse repository at this point
Copy the full SHA 3ab9944View commit details -
Configuration menu - View commit details
-
Copy full SHA for de57793 - Browse repository at this point
Copy the full SHA de57793View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7202f2f - Browse repository at this point
Copy the full SHA 7202f2fView commit details
Commits on Jan 6, 2022
-
Per #1810, round the shapefile timestamp to nearest synoptic time (00…
…, 06, 12, or 18) rather than the nearest hour.
Configuration menu - View commit details
-
Copy full SHA for 5e384d6 - Browse repository at this point
Copy the full SHA 5e384d6View commit details
Commits on Jan 7, 2022
-
Per #1810, the ShpArray template class needed an n_elements() member …
…function to compile.
Configuration menu - View commit details
-
Copy full SHA for 3362ba4 - Browse repository at this point
Copy the full SHA 3362ba4View commit details -
Per #1810, define ShpPolyRecord::clear() so that the contents of the …
…struct can be easily reset.
Configuration menu - View commit details
-
Copy full SHA for 014e87c - Browse repository at this point
Copy the full SHA 014e87cView commit details -
Per #1810, add GenShapeInfo and GenShapeInfoArray classes in the vx_t…
…c_util library files. These classes are needed by TC-Gen to store all the genesis shapes it reads. We need the ability to check for and either ignore or update duplicates. Verifying each shape separately as it is read does not suffice.
Configuration menu - View commit details
-
Copy full SHA for d0b99fd - Browse repository at this point
Copy the full SHA d0b99fdView commit details -
Per #1810, update the ProbGenPCTInfo and TCGenVxOpt with changes to h…
…andle the new GenShapeInfo objects. TCGenVxOpt applies the configuration options to filter them, and Nx2 contingency tables can be populated with them.
Configuration menu - View commit details
-
Copy full SHA for 70e7d93 - Browse repository at this point
Copy the full SHA 70e7d93View commit details -
Per #1810, lots and lots of changes to tc-gen to support genesis shap…
…efile vx. Rather than processing each shape as its read, store them in the new GenShapeInfo and GenShapeInfo array classes. While reading them, check for duplicates. After storing all the unduplicated shapes in GenShapeInfo, apply each config file filter to subset and score them.
Configuration menu - View commit details
-
Copy full SHA for f4c1dc4 - Browse repository at this point
Copy the full SHA f4c1dc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f70c61 - Browse repository at this point
Copy the full SHA 3f70c61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72efdb2 - Browse repository at this point
Copy the full SHA 72efdb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7faf34f - Browse repository at this point
Copy the full SHA 7faf34fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd99a7b - Browse repository at this point
Copy the full SHA bd99a7bView commit details
Commits on Jan 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 637da5d - Browse repository at this point
Copy the full SHA 637da5dView commit details
Commits on Jan 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a384eff - Browse repository at this point
Copy the full SHA a384effView commit details