Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
update notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Jul 11, 2019
1 parent 7ed8ab1 commit 8225e66
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/notebooks/pelican-wps-demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
"You can compare this with notebook examples of the original ESGF compute interface: \n",
"\n",
"* https://github.com/ESGF/esgf-compute-api\n",
"* https://nbviewer.jupyter.org/github/ESGF/esgf-compute-api/tree/master/examples/\n"
"* https://nbviewer.jupyter.org/github/ESGF/esgf-compute-api/tree/master/examples/\n",
"\n",
"There is a similar approach with PyWPS and Ophidia backend:\n",
"* https://github.com/OphidiaBigData/ophidia-esgf-compute-wps\n",
"* https://github.com/OphidiaBigData/ophidia-esgf-compute-wps/blob/master/processes/esgfinput.py\n"
]
},
{
Expand Down Expand Up @@ -260,6 +264,7 @@
"source": [
"# data files we want to process\n",
"files = [\n",
" # 'http://aims3.llnl.gov/thredds/dodsC/css03_data/CMIP6/CMIP/NASA-GISS/GISS-E2-1-G/historical/r10i1p1f1/Amon/tas/gn/v20180830/tas_Amon_GISS-E2-1-G_historical_r10i1p1f1_gn_185001-190012.nc'\n",
" # OpenDAP, CORDEX EUR-44, tasmax, climate index SU (summer days)\n",
" 'http://opendap.knmi.nl/knmi/thredds/dodsC/CLIPC/gerics/climatesignalmaps/EUR-44/tasmax/su_python-2-7-6_GERICS_ens-multiModel-climatesignalmap-rcp85-EUR-44_yr_20700101-20991231_1971-2000.nc',\n",
"]\n"
Expand Down

0 comments on commit 8225e66

Please sign in to comment.