SD_Toolbox

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed returning NN masked indexes.

Related to Issue [SDTOOLBOX-35]

    • -60
    • +47
    /trunk/SDToolBox/extract_data.py
Fixed failing tests.
Now it is needed to explicity specify the model variable datatype.

Related to Issue [SDTOOLBOX-36]

Implemented logic for using a mask while applying nn.

* Extended NN algorithm with an eucledian approach.

* Moved input validations as they should not be in the constructor.

Related to Issue [SDTOOLBOX-35]

    • -17
    • +129
    /trunk/SDToolBox/extract_data.py
Removed unnecessary file.
Added aggregation methods. could not set the values correctly so we are returning the predictor in a tuple.

Related to Issue [SDTOOLBOX-32]

    • -59
    • +155
    /trunk/tests/test_predictor_definition.py
    • -59
    • +136
    /trunk/SDToolBox/predictor_definition.py
Fixed review remarks

Related to Issue [SDTOOLBOX-33]

Added input coordinates as lon lat dictionary with tests

Related to Issue [SDTOOLBOX-33]

    • -57
    • +218
    /trunk/tests/test_input_data.py
Added input coordinates as lon lat dictionary of arrays to be tested

Related to Issue [SDTOOLBOX-33]

Intermediate commit.

Related to Issue [SDTOOLBOX-32]

    • -190
    • +2
    /trunk/SDToolBox/data_processing.py
    • -159
    • +13
    /trunk/tests/test_data_processing.py
    • -0
    • +195
    /trunk/tests/test_predictor_definition.py
    • -0
    • +281
    /trunk/SDToolBox/predictor_definition.py
    • -0
    • +60
    /trunk/tests/TestHelper.py
added check on years InputData parameters to accept nparray as long as list

Related to Issue [SDTOOLBOX-34]

Fixed unit and system test for grid spatial resampling.

Related to Issue [SDTOOLBOX-28]

    • -4
    • +39
    /trunk/tests/test_data_processing.py
Reworked on the grid spatial resampling, fixed failing tests for time resampling.

Related to Issue [SDTOOLBOX-28]

    • -22
    • +11
    /trunk/SDToolBox/data_processing.py
    • -7
    • +114
    /trunk/tests/test_data_processing.py
Updated environment to include conda-netcdf4 which removes the hdf5 dependency.
Update of setup and environment to avoid HDF5 error on TeamCity
Fixed simple feature spatial resampling.

Related to Issue [SDTOOLBOX-28]

    • -16
    • +68
    /trunk/SDToolBox/data_processing.py
    • -9
    • +77
    /trunk/tests/test_data_processing.py
fixed compute PCA test

Related to Issue [SDTOOLBOX-30]

    • -25
    • +4
    /trunk/tests/test_data_processing.py
updated calculation of derivatives and PCA. work in progress

Related to Issue [SDTOOLBOX-32]

    • -22
    • +24
    /trunk/SDToolBox/data_processing.py
    • -36
    • +36
    /trunk/tests/test_data_processing.py
Improved the extraction of data for gridded. Now we set correctly the latitude / longitudes. Added gridded an non gridded test data.

Related to Issue [SDTOOLBOX-24]

Improved the input data class with some auxilair methods to extract information about variables. Adapted tests and improved the output data method for gridded inputs.

Related to Issue [SDTOOLBOX-24]

added aggregation methods for atmospheric data. work in progress

Related to Issue [SDTOOLBOX-32]

    • -9
    • +81
    /trunk/tests/test_data_processing.py
    • -8
    • +91
    /trunk/SDToolBox/data_processing.py
Added spatial resampling and a simple test for data processing.

Related to Issue [SDTOOLBOX-28]

    • -4
    • +23
    /trunk/SDToolBox/data_processing.py
    • -7
    • +25
    /trunk/tests/test_data_processing.py
Added logic and tests for the feature resampling in time.

Related to Issue [SDTOOLBOX-27]

    • -27
    • +39
    /trunk/SDToolBox/data_processing.py
    • -0
    • +56
    /trunk/tests/test_data_processing.py
Changed lat-lon dimensions for each variable, added input_scenarios as parameter.

Related to Issue [SDTOOLBOX-24]

Extended tests and input data definition.Improved extraction for consider gridded points.

Related to Issue [SDTOOLBOX-24]

    • -33
    • +25
    /trunk/tests/test_data_processing.py
Improved extraction for consider gridded points.

Related to Issue [SDTOOLBOX-24]

Added PCA calculation and derivates as static methods

Related to Issue [SDTOOLBOX-29]

Fixed review remarks

Related to Issue [SDTOOLBOX-29]

    • -18
    • +52
    /trunk/SDToolBox/data_processing.py
    • -18
    • +19
    /trunk/tests/test_data_processing.py
Compute gradients of sea level pressure and PCA component Analysis to be tested with more consistent values

Related to Issue [SDTOOLBOX-29]

    • -23
    • +22
    /trunk/SDToolBox/data_processing.py
Fixed remaining bugs / adjustments of the code.

Related to Issue [SDTOOLBOX-24]