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

NOAA's GIS Polygons - How to use them?

NOAA gives a Polygon area for plotting shapes on a map. The only thing I can find in google maps is to use a lat/lon to create a shape. You can view the warnings here with their polygons: http://www.nws.noaa.gov/regsci/gis/last10.html Can somebody…
Michael
  • 1,816
  • 7
  • 21
  • 35
0
votes
1 answer

feedparser doesn't give lat long with NOAA xml

Using the example url given on the NOAA rest site: http://graphical.weather.gov/xml/sample_products/browser_interface/ndfdXMLclient.php?listZipCodeList=20910+25414 And the below code: import feedparser d =…
tabx
  • 49
  • 1
  • 6
0
votes
1 answer

Send SOAP request to NOAA

Kind of new to SOAP. Trying to get weather data from NOAA website. The first SOAP request shown below works, and returns the latitude and longitude. The second SOAP request doesn't work. I am obviously not sending the data correctly. Can anyone…
user1032531
  • 24,767
  • 68
  • 217
  • 387
-1
votes
1 answer

Download select files from NOAA in R

I have a list of files I found on the NOAA website with this URL: https://www.ncei.noaa.gov/data/gsoy/access/ I would like to know how I can load only specific files into R from here.
hirshg
  • 155
  • 7
-1
votes
1 answer

Change data source from THREDDS Catalouge for NetCDF

Hi i am using this code from here How to read NetCDF file and write to CSV using Python I want to be able to pull out the "Mean_period_of_swell_waves_ordered_sequence_of_data" from from the THREDDS Catalog here but am recieving the below error. I am…
-1
votes
1 answer

Viewing specific dates in a time-series of netCDF maps

I'm working with a netCDF file that contains global Sea Surface Temperature projections from January 2001 to December 2100, at a monthly resolution. I would like to be able to view an SST map for specific dates, i.e. visualize the SST projections…
hdr
  • 1
  • 1
-2
votes
1 answer

NOAA Forecast data in BigQuery no longer being updated?

Looks like there is no longer data being published to the public NOAA forecast table in bigquery's public dataset. Does anyone know why that is happening? I cannot find any info about the data being discontinued on either website. project:…
-2
votes
1 answer

How can I get multiple daily temperature highs through NOAA climate data API with just one AJAX request?

I am trying to look up the temperature highs (datatype = TMAX) for each day within a range of dates. I am using Th NOAA climate data (v2). Right now I am sending one separate AJAX request for each day. It takes a long time because you can only send…
Iktys
  • 840
  • 1
  • 8
  • 17
-2
votes
1 answer

Getting Hourly(Every 3 Hours in a day) Forecast using NOAA (National Weather Service)

I am getting weather forecast data for 12 hours Using NOAA Weather API The URL is: http://forecast.weather.gov/MapClick.php?textField1=40.714269&textField2=-74.005968&unit=2&FcstType=json , Now i want to get Hourly forecast data every 3 hours.Does…
iosdev1111
  • 1,048
  • 1
  • 13
  • 32
-2
votes
1 answer

Showing NOAA ENC Charts on Google Maps

I am currently invested in a project to implement marine charts and maps into our custom Google Maps application. However, I am quite unsure of how to actually go about doing this. I would like to use the NOAA ENC data from here:…
Jesse L. Zamora
  • 107
  • 1
  • 7
-4
votes
1 answer

NOAA API or Weather.gov?

When using a cool PHP Library I find to get NOAA weather (https://github.com/amwhalen/noaa), I found that the results it returned differed from what I found on weather.gov. I found the weather.gov XML by simply clicking the button on the the page…
DaAwesomeP
  • 585
  • 5
  • 18
1 2 3
9
10