[GitHub] climate pull request: CLIMATE-467 - Handling various calendar type...

2014-08-11 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/102 CLIMATE-467 - Handling various calendar types You can merge this pull request into a Git repository by running: $ git pull https://github.com/huikyole/climate stat_down Alternatively you

[GitHub] climate pull request: CLIMATE-467: Replace the existing time decod...

2014-09-11 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/111 CLIMATE-467: Replace the existing time decoding function with netCDF4 mod... ...ules. You can merge this pull request into a Git repository by running: $ git pull https://github.com/huikyole

[GitHub] climate pull request: CLIMATE-508: added a class 'Downscaling' and...

2014-09-11 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/112 CLIMATE-508: added a class 'Downscaling' and histogram plots You can merge this pull request into a Git repository by running: $ git pull https://github.com/huikyole/climate CLIMATE-508

[GitHub] climate pull request: CLIMATE-467 - Handling various calendar type...

2014-09-11 Thread huikyole
Github user huikyole closed the pull request at: https://github.com/apache/climate/pull/102 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] climate pull request: calcTemporalCorrelation from the old rcmet c...

2014-11-05 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/125 calcTemporalCorrelation from the old rcmet code is ported Hi everyone, The added class 'calcTemporalCorrelation' can be used to calculate temporal correlation coefficients at each grid

[GitHub] climate pull request: CLIMATE-467: Replace the existing time decod...

2014-11-20 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/111#issuecomment-63893960 That is okay. Thank you for taking care of this finally! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] climate pull request: CLIMATE-564: Managing multiple netcdf files ...

2015-01-16 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/143#issuecomment-70346251 Thank you very much for your review. There is a similar function named plotAccuInTimeRange in https://github.com/apache/climate/blob/master/mccsearch/code

[GitHub] climate pull request: CLIMATE-564: Managing multiple netcdf files ...

2015-01-16 Thread huikyole
Github user huikyole closed the pull request at: https://github.com/apache/climate/pull/143 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] climate pull request: CLIMATE-564: Managing multiple netcdf files ...

2015-01-15 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/143 CLIMATE-564: Managing multiple netcdf files stored on a local machine With given 'file_path' and 'filename_pattern', local.load_files can generate an OCW dataset object from multiple files

[GitHub] climate pull request: CLIMATE-467: Replace the existing time decod...

2015-03-20 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/111#issuecomment-83945925 All of MJJoyce's comments have been addressed. Testing using examples have been successful. --- If your project is set up for it, you can reply to this email and have

[GitHub] climate pull request: CLIMATE-508: added a class 'Downscaling' and...

2015-04-23 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/112#issuecomment-95744029 @MJJoyce, there is dependency. Current OCW time parsing module could not properly handle my test data (CMIP5 model output). Once #111 is merged, I will refactor

[GitHub] climate pull request: CLIMATE-508: added a class 'Downscaling' and...

2015-04-24 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/112#issuecomment-96025655 I still wonder why we prioritize the changes in #112 over major bug in the time decoding and seasonal average. Some critical bugs in calc_climatology_season

[GitHub] climate pull request: Merra loader

2015-04-28 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/194 Merra loader https://issues.apache.org/jira/browse/CLIMATE-632 The loader has been tested with 3-hourly MERRA reanalysis data. You can merge this pull request into a Git repository

[GitHub] climate pull request: CLIMATE-508: added a class 'Downscaling' and...

2015-05-01 Thread huikyole
Github user huikyole closed the pull request at: https://github.com/apache/climate/pull/112 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] climate pull request: CLIMATE-467: Replace the existing time decod...

2015-05-01 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/111#issuecomment-98246836 What do PR and DS stand for? Can we use the word ticket rather than tix? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] climate pull request: A loader to handle Weather Research and Fore...

2015-05-01 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/195#issuecomment-98251803 We need to update ocw.tests first. Failed tests do not mean that this loader does not work. As of now, OCW cannot handle any datasets whose latitude and longitude

[GitHub] climate pull request: CLIMATE-634 Fix bug related to month_start ...

2015-05-11 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/196#issuecomment-101081960 These changes do not make this module useful. As I suggested previously, this module does not use datetime information included in the input OCW dataset at all. Let's

[GitHub] climate pull request: CLIMATE-633 A loader to handle Weather Resea...

2015-05-11 Thread huikyole
Github user huikyole closed the pull request at: https://github.com/apache/climate/pull/195 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] climate pull request: CLIMATE-634 Fix bug related to month_start ...

2015-05-11 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/196#issuecomment-101128446 First of all, without reshaping, the second dimension cannot be a month dimension at all. dataset.values.shape = nt, ny, nx How do you think you can fix

[GitHub] climate pull request: CLIMATE-634 Fix bug related to month_start ...

2015-05-12 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/196#issuecomment-101151369 @chrismattmann A better update was part of another pull request. I had to remove the changes to generate a pull request for each issue. I will provide a function

[GitHub] climate pull request: Climate 634 please take a look at this reque...

2015-05-12 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/197 Climate 634 please take a look at this request as a reference. 1. Currently, we cannot load ocw.dataset or ocw.datset_processor library in utils.py. So calc_climatology_season is moved from

[GitHub] climate pull request: CLIMATE-634 please take a look at this reque...

2015-05-12 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/197#issuecomment-101361410 ![presentation1](https://cloud.githubusercontent.com/assets/7820024/7594068/2308a800-f893-11e4-9f5a-3feffb302b61.jpg) --- If your project is set up for it, you can

[GitHub] climate pull request: CLIMATE-643 - Updating unit conversion funct...

2015-08-02 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/213#issuecomment-127110465 The issue (https://issues.apache.org/jira/browse/CLIMATE-643?jql=project%20%3D%20CLIMATE) has been updated. --- If your project is set up for it, you can reply

[GitHub] climate pull request: CLIMATE-654 - Clean up duplicate unit conver...

2015-08-03 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/219#issuecomment-127288137 @MJJoyce, this separation does not make a lot of sense. Checking units and converting them are not computationally demanding. Why don't we have a single function

[GitHub] climate pull request: CLIMATE-654 - Clean up duplicate unit conver...

2015-08-03 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/219#issuecomment-127291744 Way to go! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] climate pull request: Climate 647- Update dataset_processor.tempor...

2015-07-28 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/212 Climate 647- Update dataset_processor.temporal_subset Now users can extract seasonally averaged data between month_start and month_end using dataset_processor.temporal_subset module. By default

[GitHub] climate pull request: CLIMATE-649 - Update CLI

2015-08-03 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/220 CLIMATE-649 - Update CLI Updated: cli_app.py - It is assumed that there is only one observation data - A critical bug has been fixed. Now time period does not have to be a multiple of 12

[GitHub] climate pull request: CLIMATE-648 - Propagation of missing data in...

2015-07-30 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/214 CLIMATE-648 - Propagation of missing data information from each dataset A new module ocw.dataset_processor.mask_missing_data has been added. Any missing data flag is propagated into the all

[GitHub] climate pull request: CLIMATE-643 - Updating unit conversion funct...

2015-07-30 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/213 CLIMATE-643 - Updating unit conversion function In many cases, observational and model datasets have different units for the same variable. We need to update variable_unit_conversion module

[GitHub] climate pull request: CLIMATE-650 - Fix the ensemble calculation

2015-07-30 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/215 CLIMATE-650 - Fix the ensemble calculation - Fix: ocw.dataset_processor.ensemble now uses numpy.ma.mean instead of numpy.mean to properly handle missing values. You can merge this pull request

[GitHub] climate pull request: CLIMATE-643 - Updating some of examples

2015-07-30 Thread huikyole
Github user huikyole closed the pull request at: https://github.com/apache/climate/pull/210 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] climate pull request: CLIMATE-646 Move the routine to detect tempo...

2015-07-31 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/211#issuecomment-126828498 @MJJoyce The routine was originally inside CLI. I found out that this would be a useful routine for other examples. First I added the routine to dataset_processor

[GitHub] climate pull request: CLIMATE-652 - ocw.utils.calc_area_weighted_s...

2015-07-31 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/217 CLIMATE-652 - ocw.utils.calc_area_weighted_spatial_average is added ocw.utils.calc_area_weighted_spatial_average is added to cCalculate area weighted average of the values in OCW dataset. Area

[GitHub] climate pull request: CLIMATE-653 - ocw.utils.calc_area_weighted_s...

2015-07-31 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/218 CLIMATE-653 - ocw.utils.calc_area_weighted_spatial_average is added The current netcdf generator, dataset_processor.write_netcdf does not support multiple datasets and subregion information

[GitHub] climate pull request: CLIMATE-646 Added get_temporal_overlap in da...

2015-07-28 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/211 CLIMATE-646 Added get_temporal_overlap in dataset_processor The new module get_temporal_overlap finds maximum temporal overlap across the observation and model datasets. You can merge this pull

[GitHub] climate pull request: CLIMATE-649 - Update CLI

2015-08-05 Thread huikyole
Github user huikyole commented on a diff in the pull request: https://github.com/apache/climate/pull/220#discussion_r36273459 --- Diff: ocw-cli/cli_app.py --- @@ -35,7 +36,10 @@ from ocw.data_source.local import load_file import ocw.utils as utils import

[GitHub] climate pull request: CLIMATE-649 - Update CLI

2015-08-05 Thread huikyole
Github user huikyole commented on a diff in the pull request: https://github.com/apache/climate/pull/220#discussion_r36273731 --- Diff: ocw-cli/cli_app.py --- @@ -599,123 +608,56 @@ def run_screen(model_datasets, models_info, observations_info

[GitHub] climate pull request: CLIMATE-649 - Update CLI

2015-08-05 Thread huikyole
Github user huikyole commented on a diff in the pull request: https://github.com/apache/climate/pull/220#discussion_r36273814 --- Diff: ocw-cli/cli_app.py --- @@ -1138,30 +1080,36 @@ def settings_screen(header): new_start_time = screen.getstr

[GitHub] climate pull request: CLIMATE-649 - Update CLI

2015-08-05 Thread huikyole
Github user huikyole commented on a diff in the pull request: https://github.com/apache/climate/pull/220#discussion_r36273946 --- Diff: ocw-cli/cli_app.py --- @@ -1232,11 +1180,11 @@ def settings_screen(header): if option == '4': screen.addstr(25, x

[GitHub] climate pull request: CLIMATE-643 - Updating some of examples

2015-07-30 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/210#issuecomment-126383587 @MJJoyce I understand your concerns. However, updating examples was impossible without adding new modules to the dataset_processor. CLI is also using the code based

[GitHub] climate pull request: CLIMATE-649 - Update CLI

2015-08-05 Thread huikyole
Github user huikyole commented on a diff in the pull request: https://github.com/apache/climate/pull/220#discussion_r36379129 --- Diff: ocw-cli/cli_app.py --- @@ -1232,11 +1180,11 @@ def settings_screen(header): if option == '4': screen.addstr(25, x

[GitHub] climate pull request: CLIMATE-659 - Remove SpatialMeanOfTemporalMe...

2015-08-14 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/224 CLIMATE-659 - Remove SpatialMeanOfTemporalMeanBias - delete: metrics.SpatialMeanOfTemporalMeanBias - new examples will calculate this quantity in a more reasonable way You can merge this pull

[GitHub] climate pull request: CLIMATE-658 - Restructure evaluation results...

2015-08-14 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/222#issuecomment-131181357 @MJJoyce Is there a step-by-step guide to update the Sphinx docs? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] climate pull request: CLIMATE-658 - Restructure evaluation results...

2015-08-12 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/222 CLIMATE-658 - Restructure evaluation results to handle missing data values - now the evaluation results maintain missing value information - update _run_no_subregion_evaluation

[GitHub] climate pull request: CLIMATE-564 - Managing multiple netcdf files...

2015-08-12 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/223 CLIMATE-564 - Managing multiple netcdf files stored on a local machine - A new file loader load_multiple_files can read netcdf files with common file name patterns. You can merge this pull

[GitHub] climate pull request: CLIMATE-657 - Adding functions to calculate ...

2015-08-11 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/221 CLIMATE-657 - Adding functions to calculate metrics - Remove metrics.SpatialMeanOfTemporalMeanBias - Add metrics.SpatialPatternTaylorDiagram - Add functions calc_bias, calc_stddev

[GitHub] climate pull request: CLIMATE-657 - Adding functions to calculate ...

2015-08-12 Thread huikyole
Github user huikyole commented on a diff in the pull request: https://github.com/apache/climate/pull/221#discussion_r36877753 --- Diff: ocw/tests/test_metrics.py --- @@ -208,41 +229,6 @@ def test_function_run(self): expected_result.fill(-300

[GitHub] climate pull request: CLIMATE-657 - Adding functions to calculate ...

2015-08-12 Thread huikyole
Github user huikyole commented on a diff in the pull request: https://github.com/apache/climate/pull/221#discussion_r36885212 --- Diff: ocw/tests/test_metrics.py --- @@ -208,41 +229,6 @@ def test_function_run(self): expected_result.fill(-300

[GitHub] climate pull request: CLIMATE-649 - Update CLI

2015-08-05 Thread huikyole
Github user huikyole commented on a diff in the pull request: https://github.com/apache/climate/pull/220#discussion_r36363509 --- Diff: ocw-cli/cli_app.py --- @@ -1232,11 +1180,11 @@ def settings_screen(header): if option == '4': screen.addstr(25, x

[GitHub] climate pull request: Climate 643: Updating some of examples

2015-07-27 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/210 Climate 643: Updating some of examples Not only the bias calculation example, CLI has been debugged and updated. Some modules have been added to the dataset_processor to propagate missing value

[GitHub] climate pull request: CLIMATE-701 - Examples for evaluation of COR...

2015-10-22 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/253 CLIMATE-701 - Examples for evaluation of CORDEX-Arctic RCMs - Four configuration (yaml) files have been added. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] climate pull request: CLIMATE-700 - Complete examples to reproduce...

2015-10-22 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/254 CLIMATE-700 - Complete examples to reproduce a RCMES-based paper - Ten yaml files have been added in examples/NARCCAP_paper to reproduce the plots in Kim et al.(2013) paper on evaluating NARCCAP

[GitHub] climate pull request: CLIMATE-698 - Handling missing values in ocw...

2015-10-21 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/252 CLIMATE-698 - Handling missing values in ocw.dataset_processor.temporal_rebin_with_time_index - binned_values is now a numpy.ma array You can merge this pull request into a Git repository

[GitHub] climate pull request: CLIMATE-701 - Examples for evaluation of COR...

2015-10-22 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/253#issuecomment-150281813 @MJJoyce Could you please copy the error message from the failed test and paste here? --- If your project is set up for it, you can reply to this email and have your

[GitHub] climate pull request: CLIMATE-703 - Remove pop-up windows from met...

2015-11-10 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/257 CLIMATE-703 - Remove pop-up windows from metrics_and_plots.py - plt.show() has been removed - The license head has been added You can merge this pull request into a Git repository by running

[GitHub] climate pull request: CLIMATE-704 - Sensitivity of spatial boundar...

2015-11-11 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/258 CLIMATE-704 - Sensitivity of spatial boundary check in dataset_processor - ocw.dataset_processor._are_bounds_contained_by_dataset has been updated to make it less sensitive to very small

[GitHub] climate pull request: CLIMATE-694 - A new module to rebin a datase...

2015-10-14 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/250 CLIMATE-694 - A new module to rebin a dataset using time index - ocw.dataset_processor.temporal_rebin_with_time_index has been added You can merge this pull request into a Git repository

[GitHub] climate pull request: CLIMATE-680 - A new loader to read WRF preci...

2015-10-06 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/243 CLIMATE-680 - A new loader to read WRF precipitation data with a filelist - ocw.data_source.local.load_WRF_2d_files_RAIN has been added You can merge this pull request into a Git repository

[GitHub] climate pull request: CLIMATE-696 - Examples to evaluate CORDEX-AR...

2015-10-17 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/251 CLIMATE-696 - Examples to evaluate CORDEX-ARCTIC RCMs - run_RCMES.py and metrics_and_plots have been updated. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] climate pull request: Climate-687 - A new loader to read GPM preci...

2015-10-08 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/245 Climate-687 - A new loader to read GPM precipitation data with a file list - ocw.data_source.local.load_GPM_IMERG_files has been added to read Level 3 IMERG HDF files from the Global

[GitHub] climate pull request: Climate-688 - Visualization and model ensemb...

2015-10-08 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/246 Climate-688 - Visualization and model ensemble calculation in run_RCMES.py - color map for the bias map is changed - the model ensemble is calculated only if there are multiple models You can

[GitHub] climate pull request: Climate-687 - A new loader to read GPM preci...

2015-10-08 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/245#issuecomment-146710262 @MJJoyce I think the failed test may be related to h5py library. nosetests on my local machine worked fine. Could you address this, please? --- If your project

[GitHub] climate pull request: CLIMATE-683 - A new loader to read multiple ...

2015-10-12 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/248 CLIMATE-683 - A new loader to read multiple netCDF files with a file list and spatial mask - A new loader, ocw.data_source.local.load_dataset_from_multiple_netcdf_files, is added You can merge

[GitHub] climate pull request: Climate - 687 - A new loader to read GPM pre...

2015-10-08 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/247 Climate - 687 - A new loader to read GPM precipitation data with a filelist - ocw.data_source.local.load_GPM_IMERG_files is added You can merge this pull request into a Git repository by running

[GitHub] climate pull request: CLIMATE-692 - A new loader to read NLDAS dat...

2015-10-13 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/249 CLIMATE-692 - A new loader to read NLDAS data with a file list - ocw.data_source.local.load_NLDAS_forcingA_files is added You can merge this pull request into a Git repository by running

[GitHub] climate pull request: Climate-668 - ocw.dataset_spatial_resolution...

2015-09-09 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/230 Climate-668 - ocw.dataset_spatial_resolution needs to be fixed - without this fix, ocw.dataset.spatial_resolution cannot handle two dimensional latitudes and longitudes - for curvilinear

[GitHub] climate pull request: CLIMATE-667 - OCW spatial_boundaries bug

2015-09-09 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/229 CLIMATE-667 - OCW spatial_boundaries bug - ocw.dataset.spatial_boundaries uses np.min and np.max instead of min and max You can merge this pull request into a Git repository by running

[GitHub] climate pull request: CLIMATE-669 - OCW spatial_boundary bug

2015-09-10 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/231 CLIMATE-669 - OCW spatial_boundary bug - min and max functions in ocw.dataset.spatial_boundaries are replaced by numpy.min and numpy.max You can merge this pull request into a Git repository

[GitHub] climate pull request: CLIMATE-634 Fix bug related to month_start >...

2015-10-01 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/196#issuecomment-144755310 @MJJoyce , #647 addressed this issue. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] climate pull request: CLIMATE-679 - Statistical downscaling exampl...

2015-10-04 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/240 CLIMATE-679 - Statistical downscaling examples - an example script to statistically downscale the datasets from climate models is added You can merge this pull request into a Git repository

[GitHub] climate pull request: CLIMATE-632 Merra loader

2015-10-04 Thread huikyole
Github user huikyole closed the pull request at: https://github.com/apache/climate/pull/194 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] climate pull request: Climate-686 - Update the converting function...

2015-10-05 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/242 Climate-686 - Update the converting functions in ocw.evaluation - evaluation.convert_evaluation_result and evaluation.convert_unary_evaluation_result have been updated. - The updated modules

[GitHub] climate pull request: CLIMATE-685 - Update the examples using Eval...

2015-10-05 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/241 CLIMATE-685 - Update the examples using Evaluation Objects - most of the examples have been updated and all examples are tested except the esgf_integration_example.py - CLIMATE-686 should

[GitHub] climate pull request: CLIMATE-673 - Update the module to load mult...

2015-09-20 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/232 CLIMATE-673 - Update the module to load multiple netcdf files - ocw.data_source.local.load_multiple_files has been updated - filename_patterns deleted - common filename pattern can

[GitHub] climate pull request: spatial resolution for lat and lon can be di...

2015-09-23 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/237#issuecomment-142684416 @MBoustani I reviewed the code and now it addresses 'one' of the issues when loading datasets with two-dimensional longitudes and latitudes. #237 needs to be merged

[GitHub] climate pull request: CLIMATE-671 - Inappropriate spatial subset f...

2015-09-21 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/233 CLIMATE-671 - Inappropriate spatial subset for datasets on curvilinear grids - ocw.dataset_processsor.subset now handles target_datasets on curvilinear grids where target_datasets.lats

[GitHub] climate pull request: Climate-666 - Replace examples with the RCME...

2015-09-22 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/235 Climate-666 - Replace examples with the RCMES script and yaml files - run_RCMES.py, example_package.py and .yaml files replace the old examples. You can merge this pull request into a Git

[GitHub] climate pull request: CLIMATE-674 - Update the spatial_regrid modu...

2015-09-22 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/236 CLIMATE-674 - Update the spatial_regrid module to handle data on curvilinear grids - ocw.dataset_processor.spatial_regrid is updated to handle two dimensional latitudes and longitudes given

[GitHub] climate pull request: CLIMATE-676 - Cleaning up the examples

2015-09-25 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/238 CLIMATE-676 - Cleaning up the examples - Following up CLIMATE-666, some files are renamed and others are moved into a new folder. You can merge this pull request into a Git repository by running

[GitHub] climate pull request: CLIMATE-672 - Update the input validation fu...

2015-09-21 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/234 CLIMATE-672 - Update the input validation function for OCW datasets - ocw.dataset._validate_inputs considers datasets on curvilinear grids You can merge this pull request into a Git repository

[GitHub] climate pull request: CLIMATE-714 - Updating the regridding routin...

2015-12-10 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/268 CLIMATE-714 - Updating the regridding routine - ocw.dataset_processor._rcmes_spatial_regrid has been replaced by scipy.interpolate.griddata to properly regrid datasets in curvilinear grid. You

[GitHub] climate pull request: CLIMATE-716 - Dataset object manipulation wh...

2016-01-07 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/273 CLIMATE-716 - Dataset object manipulation when plotting a Taylor diagram using a configuration file - examples/configuration_file_examples

[GitHub] climate pull request: CLIMATE-717 - Debugging CLI

2016-01-07 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/272 CLIMATE-717 - Debugging CLI - ocw-cli/cli_app.py has been updated. - Spatial subsetting is not applied if the model data uses curvilinear grids. - Units of all datasets are checked

[GitHub] climate pull request: CLIMATE-718 - Temporal slice of two-dimensio...

2016-01-15 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/274 CLIMATE-718 - Temporal slice of two-dimensional model output - dataset_processor.temporal_slice has been added You can merge this pull request into a Git repository by running: $ git pull

[GitHub] climate pull request: CLIMATE-719 - Subsetting model data on curvi...

2016-01-15 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/275 CLIMATE-719 - Subsetting model data on curvillinear grids in the conf… …iguration file runner - run_RCMES.py is using ocw.dataset_processor.temporal_slice to slice temporal

[GitHub] climate issue #358: Climate-798 - Redundant code in evaluation.py

2016-06-27 Thread huikyole
Github user huikyole commented on the issue: https://github.com/apache/climate/pull/358 Hi Ibrahim, The ndim can be zero in the attached case. [cid:image001.png@01D1D048.C1C12B60] Thanks, Kyo From: Ibrahim Jarif <notificati...@github.

[GitHub] climate issue #358: Climate-798 - Redundant code in evaluation.py

2016-06-27 Thread huikyole
Github user huikyole commented on the issue: https://github.com/apache/climate/pull/358 Sorry, @jarifibrahim ![screen shot 2016-06-27 at 7 50 48 am](https://cloud.githubusercontent.com/assets/7820024/16385868/64bf225c-3c43-11e6-8e5c-066a520bff91.png) --- If your project is set

[GitHub] climate issue #361: CLIMATE-812 - Fix PEP8 violations in dataset processor

2016-06-26 Thread huikyole
Github user huikyole commented on the issue: https://github.com/apache/climate/pull/361 Excellent! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] climate pull request: CLIMATE-752 - Converting the unit of CRU clo...

2016-02-04 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/308 CLIMATE-752 - Converting the unit of CRU cloud fraction by adding an option to configuration files - Unit of CRU's cloud fraction data in RCMED (dataset_id: 10, parameter_id:42) is %, whereas

[GitHub] climate pull request: CLIMATE-649 - Update CLI

2016-02-07 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/220#issuecomment-181122299 @lewismc We decided to separate this into multiple tickets. Some of them have been already addressed. This pull request has been left for a reference. --- If your

[GitHub] climate pull request: CLIMATE-742 - ocw.data_source.local.py canno...

2016-02-01 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/299 CLIMATE-742 - ocw.data_source.local.py cannot properly detect the altitude dimension - In ocw.data_source.local.load_file, level_index is fixed as 1 (the 2nd dimension) if the input dataset has

[GitHub] climate pull request: CLIMATE-741 - Adding configuration files to ...

2016-02-01 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/298 CLIMATE-741 - Adding configuration files to evaluate CORDEX-Africa regional climate models - eleven yaml files have been added and tested to evaluate the models participating in CORDEX-Africa

[GitHub] climate pull request: CLIMATE-725 Ensure that OCW 1.1 Test PyPi Wo...

2016-02-02 Thread huikyole
Github user huikyole commented on the pull request: https://github.com/apache/climate/pull/286#issuecomment-178856330 @lewismc I will test it after installing Ubuntu linux. Thanks a lot! --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] climate pull request: CLIMATE-748 - Debugging ocw.dataset_processo...

2016-02-02 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/304 CLIMATE-748 - Debugging ocw.dataset_processor - dataset_processor.tempora_rebin has been fixed - dataset_processor.spatial_regrid has been fixed You can merge this pull request into a Git

[GitHub] climate pull request: CLIMATE-732 - Update data_processor.temporal...

2016-01-29 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/288 CLIMATE-732 - Update data_processor.temporal_rebin - efficiency of dataset_processor.temporal_rebin has been significantly improved - the option for temporal resolution needs to be given

[GitHub] climate pull request: CLIMATE-733 - Update run_RCMES.py

2016-01-30 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/289 CLIMATE-733 - Update run_RCMES.py - customized names for latitudes and longitudes are allowed. - daily or hourly data stored on user's local machine can be used for model evaluation

[GitHub] climate pull request: CLIMATE-735 - Update utils.decode_time_value...

2016-01-30 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/291 CLIMATE-735 - Update utils.decode_time_values - With this update, it is possible to efficiently handle the netCDF files whose time unit ends with 'Z' character. You can merge this pull request

[GitHub] climate pull request: CLIMATE-736 - Update dataset_processor.write...

2016-01-30 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/293 CLIMATE-736 - Update dataset_processor.write_netcdf_multiple_datasets_with_subregions - With this update, ocw.dataset_processor.write_netcdf_multiple_datasets_with_subregions can properly

[GitHub] climate pull request: CLIMATE-749 - Changing temporal_resolution k...

2016-02-03 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/305 CLIMATE-749 - Changing temporal_resolution key in CLI - This is a follow up of the previous ticket, CLIMATE-732. CLI now uses correct keys when calling dataset_processor.temporal_rebin. You can

[GitHub] climate pull request: CLIMATE-731 - Update ocw.dataset_processor.t...

2016-01-28 Thread huikyole
GitHub user huikyole opened a pull request: https://github.com/apache/climate/pull/285 CLIMATE-731 - Update ocw.dataset_processor.temperature_unit_conversion - ocw.dataset_processor.temperature_unit_conversion has been updated to accept different naming conventions You can merge

  1   2   >