Climate Data

A trip to the library

Overview

Teaching: 20 min
Exercises: 10 min
Questions
  • What data is available to me?

Objectives
  • Learn about data catalogue and THREDDS services

  • Explain netCDF file format and meta-data

  • Use Syphon to get a list of data URLs

The first step to analysing data is to find the data that you need. Is it public or access restricted? Can it be found locally or does it need to be downloaded first?

NCI has a catalogue of its public datasets at https://datacatalogue.nci.org.au. This lists a summary of each dataset, licence information, contact details and links to machine-readable information

NCI makes data available both through local file access and THREDDS

THREDDS allows users to access data services over the internet * OPENDAP allows programming languages to access remote netCDF data like it was a local file * HTTPServer allows you to download the entire file * NetcdfSubset allows you to download part of a file * NCML, ISO contain machine-readable metadata * UDDC gives a qualty report of the metadata * WMS / Web Mapping Service allows tools to create a web map of the data * WCS / Web Coverage Service is used by GIS tools to create maps

Example: NCI’s Data Catalogue

ARCCSS CMS also maintains mirrors of a number of datasets at NCI, information can be found at http://climate-cms.unsw.wikispaces.net/Data. We make data available to researchers in a central location to reduce disk usage We can help with obtaining datasets hosted outside of Australia

What data do you require?

Is there data that you need for your research that’s not listed on the NCI or ARCCSS indexes? You can contact us at climate_help@nci.org.au to request data

Example: Gathering URLs with Siphon

Lets look at how we can use THREDDS from Python

Notebook

References

Key Points