[
https://issues.apache.org/jira/browse/CLIMATE-861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436422#comment-15436422
]
ASF GitHub Bot commented on CLIMATE-861:
----------------------------------------
Github user lewismc commented on a diff in the pull request:
https://github.com/apache/climate/pull/399#discussion_r76193927
--- 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 --
This relative path needs to be replaced ideally by a remote, publicly
available one @huikyole
> An example to plot aerosol optical depth climatology from NASA MISR instrument
> ------------------------------------------------------------------------------
>
> Key: CLIMATE-861
> URL: https://issues.apache.org/jira/browse/CLIMATE-861
> Project: Apache Open Climate Workbench
> Issue Type: New Feature
> Reporter: Huikyo Lee
> Assignee: Huikyo Lee
> Fix For: 1.2.0
>
>
> A new example, draw_climatology_map_MISR_AOD.py will be added to the
> examples.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)