Group Abstract Group Abstract

Message Boards Message Boards

Identify number of weather stations available

Posted 5 years ago

Hi,

How many weather station can be identified by Mathematica?

What kind of meteorological data is there?

Thank you for your help.

POSTED BY: Alex Teymouri
Posted 5 years ago

Hi Alex,

weatherData = WeatherData[] // Sort;

weatherData // Length
(* 7557 *)

Not all of them have data

WeatherData[weatherData[[1]], "Temperature"]
(* $Failed *)

WeatherData[weatherData[[2]], "Temperature"] // ToString
(* "25 degrees Celsius" *)

The list of properties is documented in the Details section.

POSTED BY: Rohit Namjoshi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard