Skip to content

A wrapper around NCDC's REST API to query historical weather data

Notifications You must be signed in to change notification settings

vijayakumarsuraj/ncdc-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A wrapper around NCDC's REST API to query historical weather data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages