novascotia-ca/nova-scotia-water-quality-data-station-locations-cjfb-f4d4
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 month ago
Indexed 5 hours ago

Nova Scotia Water Quality Data: Station Locations

Locations of sampling stations for sensor strings deployed as part of the Centre for Marine Applied Research's (CMAR) Coastal Monitoring Program. Sensor strings record high-resolution temperature, dissolved oxygen, and intermittent salinity data at various depths, typically for several months.

The dataset for each county is available at https://data.novascotia.ca/browse?Detailed-Metadata_Department=Fisheries+and+Aquaculture&tags=coastal+monitoring+program

For more information on CMAR and the Coastal Monitoring Program go to: https://cmar.ca/reports/

Querying over HTTP

Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:

curl https://data.splitgraph.com/sql/query/ddn \
    -H "Content-Type: application/json" \
    -d@-<<EOF
{"sql": "
    SELECT *
    FROM \"novascotia-ca/nova-scotia-water-quality-data-station-locations-cjfb-f4d4\".\"nova_scotia_water_quality_data_station_locations\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • nova_scotia_water_quality_data_station_locations
     
     
     
     
     
Upstream Metadata