corrected a beach name in MDEQ_beach_stations: DEQStation 10B went from “Courthouse Road Beach” to “East Courthouse Road Beach” to match historical closures and advisories data file, labeling on the beaches website, and the coordinates themselves (which are on the east side of the Courthouse Road pier). Believe the wrong name came from WQX station naming, but “10A” in older data files is labelled as “Courthouse Road Beach” and is on the west side of Courthouse Road in Gulfport.
mseptools 0.3.0
added MDEQ_beach_stations data object with information on 21 MDEQ beach sampling stations, so it will be easier to associate WQX data with the station IDs actually used on the DEQ beaches website (which doesn’t provide lats and longs but does provide, under ‘Historical Data’, historical advisory and closure information like start and end dates for each instance).
moved tests that call APIs to a dev folder, which has been added to .R/buildignore so it won’t check the API every time I run tests. Will have to run these manually every so often.