[GitHub] [climate] huikyole opened a new pull request #523: CLIMATE-965 - Add an option to compare climatologies between climate models and observations
huikyole opened a new pull request #523: CLIMATE-965 - Add an option to compare climatologies between climate models and observations URL: https://github.com/apache/climate/pull/523 - When evaluating GCMs and RCMs forced by GCMs, the added option, 'adjust_model_years_for_climatology_calculation', allows users to calculate climatologies ignoring temporal overlap. This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] huikyole commented on issue #523: CLIMATE-965 - Add an option to compare climatologies between climate models and observations
huikyole commented on issue #523: CLIMATE-965 - Add an option to compare climatologies between climate models and observations URL: https://github.com/apache/climate/pull/523#issuecomment-502492727 @agoodm Could you quickly review this? This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] agoodm commented on issue #523: CLIMATE-965 - Add an option to compare climatologies between climate models and observations
agoodm commented on issue #523: CLIMATE-965 - Add an option to compare climatologies between climate models and observations URL: https://github.com/apache/climate/pull/523#issuecomment-502855410 LGTM @huikyole This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] asfgit merged pull request #523: CLIMATE-965 - Add an option to compare climatologies between climate models and observations
asfgit merged pull request #523: CLIMATE-965 - Add an option to compare climatologies between climate models and observations URL: https://github.com/apache/climate/pull/523 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] huikyole opened a new pull request #524: CLIMATE-966 - Jupyter Notebook to run cordex.py on AWS
huikyole opened a new pull request #524: CLIMATE-966 - Jupyter Notebook to run cordex.py on AWS URL: https://github.com/apache/climate/pull/524 - CORDEX.ipynb, a Jupyter notebook version of cordex.py, has been added in RCMES/CORDEX. This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] huikyole commented on issue #524: CLIMATE-966 - Jupyter Notebook to run cordex.py on AWS
huikyole commented on issue #524: CLIMATE-966 - Jupyter Notebook to run cordex.py on AWS URL: https://github.com/apache/climate/pull/524#issuecomment-519355567 @agoodm Could you review this?[link](http://13.57.190.153:/notebooks/CORDEX/CORDEX.ipynb) This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] agoodm commented on issue #524: CLIMATE-966 - Jupyter Notebook to run cordex.py on AWS
agoodm commented on issue #524: CLIMATE-966 - Jupyter Notebook to run cordex.py on AWS URL: https://github.com/apache/climate/pull/524#issuecomment-519706424 It works well. I have made a few modifications to fix download links. First, the last import should be changed to the following: ```python from IPython.display import Markdown, Image, FileLink ``` Then replace the very last cell with: ```python display(Markdown('Evaluation results')) ip_address = (requests.get('http://169.254.169.254/latest/meta-data/public-ipv4').content).decode('utf-8') for obs_info in obs_extractor.data: inst_name = obs_info['instrument'] var_name = obs_info['variable'] display(Markdown('Instrument: '+inst_name+'& Variable: '+var_name)) for season in seasons: savedir = os.path.join('evaluation_result', domain, inst_name, var_name, season) png_files = glob(os.path.join(savedir, '*.png')) for png_file in png_files: display(Image(png_file)) nc_file = glob(os.path.join(savedir, '*.nc'))[0] display(FileLink(nc_file)) os.chdir(cwd) ``` This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] asfgit merged pull request #524: CLIMATE-966 - Jupyter Notebook to run cordex.py on AWS
asfgit merged pull request #524: CLIMATE-966 - Jupyter Notebook to run cordex.py on AWS URL: https://github.com/apache/climate/pull/524 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] dmitri1357 opened a new pull request #525: Add files via upload
dmitri1357 opened a new pull request #525: Add files via upload URL: https://github.com/apache/climate/pull/525 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] dmitri1357 opened a new pull request #526: Climate 968
dmitri1357 opened a new pull request #526: Climate 968 URL: https://github.com/apache/climate/pull/526 Print statement update from Python 2.x to 3.x syntax This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] Burrch3s opened a new pull request #527: update all print statements to functions
Burrch3s opened a new pull request #527: update all print statements to functions URL: https://github.com/apache/climate/pull/527 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] wirelesswithbrain opened a new pull request #528: update simply
wirelesswithbrain opened a new pull request #528: update simply URL: https://github.com/apache/climate/pull/528 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] asfgit merged pull request #526: Climate 968
asfgit merged pull request #526: Climate 968 URL: https://github.com/apache/climate/pull/526 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] asfgit merged pull request #525: Add files via upload
asfgit merged pull request #525: Add files via upload URL: https://github.com/apache/climate/pull/525 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] huikyole commented on issue #527: update all print statements to functions
huikyole commented on issue #527: update all print statements to functions URL: https://github.com/apache/climate/pull/527#issuecomment-538023694 Thanks. I think these changes can be merged after @agoodm takes a look. This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] asfgit merged pull request #528: update simply
asfgit merged pull request #528: update simply URL: https://github.com/apache/climate/pull/528 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] asfgit merged pull request #527: update all print statements to functions
asfgit merged pull request #527: update all print statements to functions URL: https://github.com/apache/climate/pull/527 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] huikyole opened a new pull request #529: CLIMATE-970 - Fix dataset.Bounds issues with the latest Basemap
huikyole opened a new pull request #529: CLIMATE-970 - Fix dataset.Bounds issues with the latest Basemap URL: https://github.com/apache/climate/pull/529 - countries shapefile has been replaced with files from naturalearthdata.com This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] asfgit merged pull request #529: CLIMATE-970 - Fix dataset.Bounds issues with the latest Basemap
asfgit merged pull request #529: CLIMATE-970 - Fix dataset.Bounds issues with the latest Basemap URL: https://github.com/apache/climate/pull/529 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] mhajder opened a new pull request #530: Deleted broken badges
mhajder opened a new pull request #530: Deleted broken badges URL: https://github.com/apache/climate/pull/530 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] Pmohit605 opened a new pull request #531: Update README.rst
Pmohit605 opened a new pull request #531: Update README.rst URL: https://github.com/apache/climate/pull/531 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] KarthikSz opened a new pull request #532: Update deps_py2.txt
KarthikSz opened a new pull request #532: Update deps_py2.txt URL: https://github.com/apache/climate/pull/532 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] singh728om opened a new pull request #533: version check 3 to 5
singh728om opened a new pull request #533: version check 3 to 5 URL: https://github.com/apache/climate/pull/533 Version check from 3 to 5.0 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] singh728om closed pull request #533: version check 3 to 5
singh728om closed pull request #533: version check 3 to 5 URL: https://github.com/apache/climate/pull/533 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] lewismc merged pull request #530: Deleted broken badges
lewismc merged pull request #530: Deleted broken badges URL: https://github.com/apache/climate/pull/530 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] lewismc commented on issue #530: Deleted broken badges
lewismc commented on issue #530: Deleted broken badges URL: https://github.com/apache/climate/pull/530#issuecomment-553992487 Thank you @mhajder This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] lewismc closed pull request #531: Update README.rst
lewismc closed pull request #531: Update README.rst URL: https://github.com/apache/climate/pull/531 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [climate] mastermindharsh opened a new pull request #534: readme changes
mastermindharsh opened a new pull request #534: URL: https://github.com/apache/climate/pull/534 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org