Message Boards Message Boards

1
|
4095 Views
|
1 Reply
|
3 Total Likes
View groups...
Share
Share this post:

Identify number of weather stations available

Posted 4 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 4 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

Group Abstract Group Abstract