daniellecrobinson / Data-Rescue-PDX

Volunteer guide, and other materials for DATA RESCUE PDX
30 stars 6 forks source link

http://www.ndbc.noaa.gov/ #38

Open JEstabrook opened 7 years ago

JEstabrook commented 7 years ago

{ "title":"National Data Buoy Center - Center of Excellence in Marine Technology" "landingPage": "http://www.ndbc.noaa.gov/station_history.php?station=58907", "author": "University of Washington - APL, "author_email": null, "id": "ff9ae098-eccc-41d8-bfcd-5e8ed047db05", "tags": "NWS", "Name of resource": "National Data Buoy Center", "organization": { "description": " NDBC Virtual Tour Our Mission and Staff Welcome to the National Oceanic and Atmospheric Administration (NOAA) National Data Buoy Center (NDBC), a part of the National Weather Service (NWS). NDBC designs, develops, operates, and maintains a network of data collecting buoys and coastal stations. NDBC's virtual tour will give you an overview of what NDBC does, the facilities, the atmospheric and oceanographic variables measured, and the use of these data.", "title": "National Weather Service", "name": "National Data Buoy Center", "is_organization": true, "type": "organization" } }

awilliams3693 commented 7 years ago

Hi, I tried to validate your JSON and you had a few errors on line 2 and 5 and the description section in quotes needed to be put all on one line. Here is the correct code:

{ "title": "National Data Buoy - Center Center of Excellence in Marine Technology", "landingPage": "http://www.ndbc.noaa.gov/station_history.php?station=58907", "author": "University of Washington - APL", "author_email": null, "id": "ff9ae098-eccc-41d8-bfcd-5e8ed047db05", "tags": "NWS", "Name of resource": "National Data Buoy Center", "organization": { "description": "NDBC Virtual Tour Our Mission and Staff Welcome to the National Oceanic and Atmospheric Administration(NOAA) National Data Buoy Center(NDBC), a part of the National Weather Service(NWS).NDBC designs, develops, operates, and maintains a network of data collecting buoys and coastal stations.NDBC s virtual tour will give you an overview of what NDBC does, the facilities, the atmospheric and oceanographic variables measured, and the use of these data.", "title": "National Weather Service", "name": "National Data Buoy Center", "is_organization": true, "type": "organization" } }