usaid-gov/us-stabilization-efforts-what-do-the-data-say-road-4zrz-3ve4
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 2 years ago
Indexed 1 month ago

U.S. Stabilization Efforts: What Do the Data Say? Road Construction Data

This file aggregates road construction at district level. It contains the length of roads constructed in the district and their density, defined as total road length divided by the district area.

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 \"usaid-gov/us-stabilization-efforts-what-do-the-data-say-road-4zrz-3ve4\".\"us_stabilization_efforts_what_do_the_data_say_road\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • us_stabilization_efforts_what_do_the_data_say_road
     
     
     
     
     
Upstream Metadata