ny-gov/continuously-operating-reference-stations-cors-j7t6-d8a8
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 11 months ago
Indexed 1 month ago

Continuously Operating Reference Stations (CORS) Network

NYSNet is a spatial reference network of continuously operating Global Positioning System (GPS) reference stations (CORS) throughout New York State that can be used for differential GPS applications. Depending on equipment and procedures, this network can provide users the ability to achieve centimeter positioning for surveying applications or sub-meter positioning for GIS mapping applications. Position information from this reference network can be utilized by using static data in post processing or by using the real time network (RTN).

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 \"ny-gov/continuously-operating-reference-stations-cors-j7t6-d8a8\".\"continuously_operating_reference_stations_cors\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • continuously_operating_reference_stations_cors
     
     
     
     
     
Upstream Metadata