Questions tagged [noaa]

National Oceanic and Atmospheric Administration - A US government agency which monitors and researches the oceans and atmosphere.

The National Oceanic and Atmospheric Administration (NOAA) is a US government agency that monitors and researches the oceans and atmosphere.

NOAA has a public API that you can use to fetch climate data for your project.


Useful links


Related tags

146 questions
0
votes
1 answer

403 calling api.weather.gov using Buzz client w/ https

Trying to use curl/file_get_contents using Buzz in my Symfony application to retrieve data like from what you could see here: https://api.weather.gov/points/44.3537,-73.8636/forecast/hourly No matter what, I seem to get a 403 Forbidden error and I'm…
jackie
  • 624
  • 2
  • 13
  • 35
0
votes
1 answer

Iterate several operations over a list of files in a directory and save with new dynamic filename in R, Lapply?

I am new to R and would like to read in a list of files as separate data frames, perform several operations on each, and save them out as separate files with dynamic file names. I am thinking I should use lappy, but not sure. Here is the code I…
0
votes
1 answer

Unirest Headers Request Body

I've got a quick question about making a Unirest Request with headers. I am using the NOAA API to access weather information. They ask that you send a header with the following, but it is in CURL and I need help converting it to Java to make a…
LJP1203
  • 115
  • 2
  • 11
0
votes
0 answers

Memory Issues using rnoaa package

Working with rnoaa package to take add US station IDs to a df of weather events. Below is str() for the rain df. google drive link to csv file of subset 'data.frame': 4395 obs. of 63 variables: $ YEAR : int 2009 2009 2012 2013…
Francisco
  • 169
  • 1
  • 9
0
votes
1 answer

Adding NOAA Radar to JavaScript Application

I am attempting to add NOAA's Doppler Radar to my web map. For whatever reason the later will not display on the map. No errors are being reported and I have used console.log() to confirm the data is being pulled correctly form noaa's arcGIS server.…
LCaraway
  • 1,257
  • 3
  • 20
  • 48
0
votes
2 answers

How can i Download data from an ftp server in python or R?

I am trying to download precipitation data from an ftp server. The code that i am using is, but am still getting errors. Thanks import urllib2 urlretrieve("http://ftp.cpc.ncep.noaa.gov/fews/fewsdata/africa/arc2/geotiff/", "folder link")
Paulo
  • 41
  • 1
  • 5
0
votes
1 answer

Downloading XML from NOAA tide prediction site

I'm trying to programmatically access NOAA daily tide prediction data in XML format (i.e. times for high and low tides each day) from a program I am writing. The data is freely available from the NOAA website. The issue is that there does not appear…
surfearth
  • 3,107
  • 4
  • 24
  • 31
0
votes
2 answers

Extracting integers from strings

I need some help extracting an integer from strings created by beautiful soup. This is the following code I have. # -*- coding: utf-8 -*- import requests from bs4 import BeautifulSoup #San Pedro url =…
0
votes
1 answer

Using NOAA's V2 API

I understand C# and VB, but am a bit new to web development. I am trying to write a VB web app to pull data using NOAA's new (V2) API. Their site says to first request a token (done). Then to add it to the header and use a base URL…
toadfromgrove
  • 143
  • 2
  • 14
0
votes
0 answers

Uncaught SoapFault exception thrown when trying to make request to NOAA's NDFDgen function

I have gleaned from the internet that I should be able to request forecast data using the following PHP: $wsdl = "http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php?wsdl"; $params = array( "latitude" => 43.4685, …
Dan
  • 301
  • 3
  • 8
0
votes
0 answers

Dealing with factors in a dataframe in R

I am relatively new to R and I am trying to process a lot of weather data stored in a data frame. My goal is to loop through the data and compare the Element column of my data frame to several values. I plan to do something different depending on…
klib
  • 697
  • 2
  • 11
  • 27
0
votes
1 answer

Grads plotting data from different files (different points of time) in one 2D (height – time) plot

I downloaded data from the american gfs weather modell (from ftp://ftp.ncep.noaa.gov/pub/data/nccf/com/gfs/prod/gfs.2014101812/master, edit date if you read more than 1 month later). Those are grib-files. I am using grads to plot data and it works…
Dremet
  • 1,008
  • 1
  • 9
  • 23
0
votes
0 answers

HOw Can i Get the rain fall % of previous day in yii

Helli , I am using yii framwork and i want to show a rain fall event on the graph if there was any rainfall . but I don't know how to get the previous data . I have used the noaa yii extension to get the weather forcast data but no result…
john
  • 567
  • 8
  • 23
0
votes
1 answer

NOAA Daily Weather Extraction

I am really new to R and I am trying to use rnoaa to extract information. I have a set of two dates: September 3rd-30th 2013 December 3rd-31st 2013 and I need to extract daily weather values for Ann Arbor MI, New Haven CT and Los Angeles, CA. I…
kellis13
  • 13
  • 1
  • 4
0
votes
1 answer

NOAA forecast gloabal marine web data

is there any way to get gloabal marine forecast data from NOAA website to use it into an android application? For marine data i mean tides, wind speed and direction, temperature.
MineConsulting SRL
  • 2,340
  • 2
  • 17
  • 32
1 2 3
9
10