Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.05 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.05 KB

NCDC Client

Creating the client

client = Ncdc::Client.new('<auth token>')

Methods

get_datasets
get_dataset(id)
get_datacategories
get_datacategory(id)
get_datatypes
get_datatype(id)
get_locationcategories
get_locationcategory(id)
get_locations
get_location(id)
get_stations
get_station(id)
Stations - extended
station.data_sets
station.data_categories
station.data_types
station.get_data(set_id, type_id, from, to)
get_data