RTN_Base_Station
Real-time Network (RTN) Base Stations locations and information in and near Iowa including contact information, location details and more. The network supports Global Positioning Systems (GPS) and provides users centimeter positioning statewide. The Iowa DOT uses the centimeter positioning for surveying, engineering and geographical information system (GIS) applications, along with machine control. The network is also available to federal, state, county, city, quasi-public and private sector users without charge. Machine control by the agricultural sector is one of the biggest network users.
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 \"mydata-iowa-gov/rtnbasestation-3jtk-kxkt\".\"rtnbasestation\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.