CLIMATE-827 - Adding spatial masking options - new masking options, 'CORDEX [region_name]', 'us_states', 'countries' and 'user' have been added to Bounds class.
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/d73c3c21 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/d73c3c21 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/d73c3c21 Branch: refs/heads/master Commit: d73c3c21c734e892208e1073ca7761184c17f00f Parents: 8f3a16e 17d0c6f Author: huikyole <[email protected]> Authored: Wed Aug 3 08:39:19 2016 -0700 Committer: huikyole <[email protected]> Committed: Wed Aug 3 08:39:19 2016 -0700 ---------------------------------------------------------------------- RCMES/cli_app.py | 2 +- RCMES/run_RCMES.py | 2 +- RCMES/test/test.py | 2 +- examples/knmi_to_cru31_full_bias.py | 2 +- examples/model_ensemble_to_rcmed.py | 2 +- examples/multi_model_evaluation.py | 2 +- examples/multi_model_taylor_diagram.py | 2 +- examples/taylor_diagram_example.py | 2 +- examples/time_series_with_regions.py | 2 +- ocw/dataset.py | 196 +++++++++++++-------- ocw/dataset_processor.py | 113 ++++++------ ocw/shape/countries.dbf | Bin 0 -> 208900 bytes ocw/shape/countries.prj | 1 + ocw/shape/countries.shp | Bin 0 -> 31413360 bytes ocw/shape/countries.shx | Bin 0 -> 2220 bytes ocw/shape/usa_states.dbf | Bin 0 -> 12962 bytes ocw/shape/usa_states.shp | Bin 0 -> 222344 bytes ocw/shape/usa_states.shx | Bin 0 -> 508 bytes ocw/tests/test_dataset.py | 126 ++++--------- ocw/tests/test_dataset_processor.py | 62 +++---- ocw/tests/test_evaluation.py | 18 +- ocw_config_runner/tests/test_config_writer.py | 4 +- 22 files changed, 262 insertions(+), 276 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/d73c3c21/RCMES/run_RCMES.py ----------------------------------------------------------------------
