Message Boards Message Boards

Access to air temperature of the Arctic and Antarctic?

Posted 3 years ago

Hi,

How to obtain the daily air temperature of the Arctic and Antarctic in the last two years with Mathematica?

Thank you so much.

POSTED BY: Alex Teymouri
3 Replies

"PARC" is weather station in Arctic Village.Click the letter A and Arctic Village(PARC).

data = WeatherData["PARC", 
  "Temperature", {{2020, 1, 1}, {2020, 12, 25}, "Day"}]
ListLinePlot[data["Values"], 
 PlotLegends -> {"2020"}, Filling -> Axis] (*You may change a date in the code*)

enter image description here

POSTED BY: Mariusz Iwaniuk

Merry Christmas, Mariusz

and

Thank you so much!

POSTED BY: M.A. Ghorbani
Posted 3 years ago

Thank you for your valuable answer. It helps a lot.

POSTED BY: Jyoti Gupta
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