Github user huikyole commented on a diff in the pull request: https://github.com/apache/climate/pull/399#discussion_r76264747 --- Diff: examples/draw_climatology_map_MISR_AOD.py --- @@ -0,0 +1,34 @@ +import ocw.dataset as ds +import ocw.data_source.local as local +import ocw.dataset_processor as dsp +import ocw.plotter as plotter + +import numpy as np +import numpy.ma as ma + + +''' data source: https://dx.doi.org/10.6084/m9.figshare.3753321.v1''' +dataset = local.load_file('/home/huikyole/climate/examples/AOD_monthly_2000-MAR_2016-FEB_from_MISR_L3_JOINT.nc', --- End diff -- I will update it. Users can download the data from the doi in the above though. Thx.
--- 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 is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---