Skip to content

Commit

Permalink
Merge pull request #204 from ocefpaf/fix_203
Browse files Browse the repository at this point in the history
Fix CeNCOOS acronym mapping
  • Loading branch information
MathewBiddle authored May 31, 2024
2 parents 4966185 + 6f37579 commit f12173d
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"# Using NCEI geoportal REST API to collect information about IOOS Regional Association archived data\n",
"\n",
"Created: 2017-06-12\n",
"Updated: 2024-05-10\n",
"\n",
"Updated: 2024-05-30\n",
"\n",
"IOOS regional associations archive their non-federal observational data with NOAA's National Center for Environmental Information (NCEI). In this notebook we will use the [RESTful](https://github.com/Esri/geoportal-server/wiki/REST-API-Syntax) services of the [NCEI geoportal](https://www.ncei.noaa.gov/metadata/geoportal) to collect metadata from the archive packages found in the NCEI archives. The metadata information are stored in [ISO 19115-2](https://wiki.earthdata.nasa.gov/display/NASAISO/ISO+19115-2) xml files which the NCEI geoportal uses for discovery of Archival Information Packages (AIPs). This example uses the ISO metadata records to display publication information as well as plot the time coverage of each AIP at NCEI which meets the search criteria.\n",
"\n",
Expand Down Expand Up @@ -142,7 +143,7 @@
" RAs = {\n",
" \"AOOS\": \"Alaska Ocean Observing System\",\n",
" \"CARICOOS\": \"Caribbean Coastal Ocean Observing System\",\n",
" \"CeNCOOS\": \"Central and Northern California Coastal Ocean Observing System\",\n",
" \"CeNCOOS\": \"Central and Northern California Ocean Observing System\",\n",
" \"GCOOS\": \"Gulf of Mexico Coastal Ocean Observing System\",\n",
" \"GLOS\": \"Great Lakes Observing System\",\n",
" \"MARACOOS\": \"Mid-Atlantic Regional Association Coastal Ocean Observing System\",\n",
Expand Down Expand Up @@ -1361,7 +1362,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.2"
"version": "3.12.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit f12173d

Please sign in to comment.