Carles Soriano Perez

Remove unsupported data (files larger than 100MB)
Change variable to f4 to save up some memory.
Fixed unit for MSL, created test to verify the output is correct.
Changing header.

Related to Issue [SDTOOLBOX-65]

    • -1
    • +2
    /trunk/SDToolBox/predictor_definition.py
Now we can compute spatial gradient for a multidimensional xarray.

Related to Issue [SDTOOLBOX-65]

    • -30
    • +17
    /trunk/SDToolBox/predictor_definition.py
    • -3
    • +12
    /trunk/tests/test_predictor_definition.py
Last (failing tests) fix.

Related to Issue [SDTOOLBOX-64]

Fixed failing tests.

Related to Issue [SDTOOLBOX-64]

    • -1
    • +1
    /trunk/SDToolBox/extract_data_utils.py
Fixes refactoring.

Related to Issue [SDTOOLBOX-64]

    • -0
    • +18
    /trunk/SDToolBox/extract_data_utils.py
Refactored code for better readability.

Related to Issue [SDTOOLBOX-64]

    • -47
    • +69
    /trunk/SDToolBox/extract_data.py
    • -0
    • +14
    /trunk/SDToolBox/extract_data_utils.py
Fixed check for lat / lon output array.

Related to Issue [SDTOOLBOX-64]

Fixed returning wrong indices.

Related to Issue [SDTOOLBOX-64]

Fixed masked stations.

Related to Issue [SDTOOLBOX-64]

Further fixes due to another wrongly sorted unique indices.

Related to Issue [SDTOOLBOX-64]

    • -2
    • +2
    /trunk/SDToolBox/extract_data_utils.py
    • -17
    • +19
    /trunk/SDToolBox/extract_data.py
Refactored code for better readability.

Related to Issue [SDTOOLBOX-64]

    • -0
    • +95
    /trunk/SDToolBox/extract_data_utils.py
    • -197
    • +154
    /trunk/SDToolBox/extract_data.py
Fixed get_unique_indices as it was sorting the values, thus giving wrong lat/lon in the end result

Related to Issue [SDTOOLBOX-64]

    • -30
    • +51
    /trunk/SDToolBox/extract_data.py
Mask indices should be sorted, otherwise they do not match the extracted data.

Related to Issue [SDTOOLBOX-64]

Fixed NN Indices for masked data.

Related to Issue [SDTOOLBOX-64]

Extracting correctly the lat-lon (they were still inverted elsewhere in the code)

Related to Issue [SDTOOLBOX-64]

Removed yet another sorting on the mask.

Related to Issue [SDTOOLBOX-64]

Remove sorting as it produces wrong output with the remote data.

Related to Issue [SDTOOLBOX-64]

Added test to verify mask is correctly generated.

Related to Issue [SDTOOLBOX-64]

Sorted mask lat and lon values when extracting data.

Related to Issue [SDTOOLBOX-64]

Fixed bug whenever only one station was being returned.

Related to Issue [SDTOOLBOX-64]

Fixed ug for non-gridded masked data.

Related to Issue [SDTOOLBOX-64]

Fixed applying mask for gridded data.
    • -24
    • +53
    /trunk/SDToolBox/extract_data.py
Fixed raising error, it was not checking anything at all. Fixed tests as well. Shame on me.
Added an error when trying to validate input coordinates that do not form a 'gridded' shape. Created tests for it.
Corrected lat / lon keys that were being returned as lon-lat for 'masked' sets. Created tests.
Now gridded data extracts all NN points for them.
Adapted code for single nearest neighbor which is not returning lists of lists.

Related to Issue [SDTOOLBOX-62]