<<O>>  Difference Topic CodeRepositoryUSGS1 (r1.1 - 13 Apr 2005 - SaraHaines)
Line: 1 to 1
Added:
>
>
META TOPICPARENT CodeRepository

USGS Station Info

The SEACOOS list of USGS stations was obtained by very manual means. I used the NOAA nowCoast website to manually pick the list of USGS stations we'd potentially want. (The USGS "build table" mechanism missed many potential stations). NOAA nowCoast might not get every single one of them (their database may be behind), but it's easier for me to pick a location, visually, relative to mapped coast/estuary.

Then I went to USGS site and looked at gage height values (when available) to see if it had a tidal component. This list has about 56 coastal stations for NC, SC, GA, and FL but grows to 110 if you include LA, MS, AL, VA, DE, and NJ. Most of these have gage height (84 of 110). About 10-20% of these stations have water temperature and/or wind data.

The SEACOOS list of USGS stations should be reviewed for any potential new sites.

I did not discriminate stations based on what they measure. From cgi-scripts, anyone can access USGS realtime data. In their realtime data, they provide a call that gets all realtime data and what the parameter is. I wrote a perl-script that marches through a list of stations and reports back what these codes actually are.

Provided below are some Perl scripts to assist anyone wanting to poke around the USGS databases.

-- SaraHaines - 13 Apr 2025

META FILEATTACHMENT usgs_SEA-COOS_stations.txt attr="" comment="list of coastal USGS stations in SEACOOS region" date="1113420625" path="usgs_SEA-COOS_stations.txt" size="6058" user="SaraHaines" version="1.1"
META FILEATTACHMENT usgs_what_measured.pl.txt attr="" comment="determine what measured at USGS stations based on input list" date="1113421025" path="usgs_what_measured.pl" size="4947" user="SaraHaines" version="1.1"
META FILEATTACHMENT unique_params.txt attr="" comment="list of unique parameters" date="1113421161" path="unique_params.txt" size="1249" user="SaraHaines" version="1.1"
META FILEATTACHMENT usgs_which_water_level.pl.txt attr="" comment="determine which USGS station has water-level from input list" date="1113421209" path="usgs_which_water_level.pl" size="5601" user="SaraHaines" version="1.1"
META FILEATTACHMENT which_WL_stations.txt attr="" comment="example output" date="1113421247" path="which_WL_stations.txt" size="8460" user="SaraHaines" version="1.1"
META FILEATTACHMENT plot_usgs_locations.m attr="" comment="quick MATLAB plot of USGS locations" date="1113421306" path="plot_usgs_locations.m" size="1184" user="SaraHaines" version="1.1"
META FILEATTACHMENT usgs_map.png attr="" comment="output from quick plot" date="1113421378" path="usgs_map.png" size="32560" user="SaraHaines" version="1.1"
META FILEATTACHMENT usgs_get_locations.pl.txt attr="" comment="determine locations of USGS stations from input list" date="1113421493" path="usgs_get_locations.pl" size="5089" user="SaraHaines" version="1.1"
META FILEATTACHMENT all_usgs_locations.txt attr="" comment="example output" date="1113421512" path="all_usgs_locations.txt" size="4648" user="SaraHaines" version="1.1"
Revision -
Revision r1.1 - 13 Apr 2025 - 19:34 - SaraHaines