Query the OTN Geoserver
Examples
otn_query(c("EST", "FACT.SCDNRDFP", "ACT.MDBSB", "MDBSB"))
#> $otn_resources_metadata_points
#> FID collectioncode
#> <char> <char>
#> 1: otn_resources_metadata_points.fid-e602110_193316dcf46_-37c9 EST
#> 2: otn_resources_metadata_points.fid-e602110_193316dcf46_-36c2 SCDNRDFP
#> 3: otn_resources_metadata_points.fid-e602110_193316dcf46_-33eb MDBSB
#> report
#> <lgcl>
#> 1: NA
#> 2: NA
#> 3: NA
#> resource_full_name
#> <char>
#> 1: Shedd Aquarium Bahamas Sharks and Ray Research Program
#> 2: Diadromous Fishes statewide movement in SC
#> 3: Influence of Turbine Construction Noise on Black Sea Bass Displacement and Physiological Condition in the MD Wind Energy Area
#> ocean seriescode status collaborationtype totalrecords id
#> <char> <char> <char> <char> <lgcl> <int>
#> 1: NW ATLANTIC OTNGlobal ongoing Data NA 338
#> 2: NW ATLANTIC FACT ongoing Deployment NA 605
#> 3: NW ATLANTIC ACT completed Data NA 1369
#> the_geom
#> <char>
#> 1: POLYGON ((-76.85 23.62, -76.85 24.83, -75.9 24.83, -75.9 23.62, -76.85 23.62))
#> 2: POLYGON ((-82.46 25.41, -82.46 35.99, -78 35.99, -78 25.41, -82.46 25.41))
#> 3: POLYGON ((-79.53 33.88, -79.53 42.26, -68.1 42.26, -68.1 33.88, -79.53 33.88))
#>
#> $project_metadata
#> FID collectioncode id
#> <char> <char> <int>
#> 1: project_metadata.fid-e602110_193316dcf46_-2e8e TEST 37
#> 2: project_metadata.fid-e602110_193316dcf46_-2d9d TEST 279
#> 3: project_metadata.fid-e602110_193316dcf46_-2d73 TEST 322
#> seriescode collaborationtype shortname longname citation abstract
#> <char> <lgcl> <char> <char> <lgcl> <lgcl>
#> 1: GLOBAL NA TEST Test Series NA NA
#> 2: GLOBAL NA TEST Test Series NA NA
#> 3: GLOBAL NA TEST Test Series NA NA
#> institutioncode ocean country state local_area locality westbl eastbl
#> <lgcl> <char> <lgcl> <lgcl> <lgcl> <lgcl> <int> <int>
#> 1: NA GLOBAL NA NA NA NA -180 180
#> 2: NA GLOBAL NA NA NA NA -180 180
#> 3: NA GLOBAL NA NA NA NA -180 180
#> southbl northbl status usage website sdate edate node
#> <int> <int> <char> <lgcl> <lgcl> <IDat> <char> <char>
#> 1: -90 90 ongoing NA NA 2000-01-01 ongoing OTN-Global
#> 2: -90 90 ongoing NA NA 2000-01-01 ongoing nep
#> 3: -90 90 ongoing NA NA <NA> OTN-Global
#> database db_location datacentre
#> <char> <char> <lgcl>
#> 1: otn db.oceantrack.org NA
#> 2: nepnode db.oceantrack.org NA
#> 3: otn db.oceantrack.org NA
#> the_geom
#> <char>
#> 1: POLYGON ((-180 -90, -180 90, 180 90, 180 -90, -180 -90))
#> 2: POLYGON ((-180 -90, -180 90, 180 90, 180 -90, -180 -90))
#> 3: POLYGON ((-180 -90, -180 90, 180 90, 180 -90, -180 -90))
#>