internal-agtransport-usda-gov/world-country-boundaries-vmrp-m3nw
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 5 years ago
Indexed 4 hours ago

World Country Boundaries

Small-scale world country boundaries. Based off ESRI World Countries, but with added, separate polygons for Hong Kong and Taiwan. These additions are not intended to be precise boundaries. Rather, they are intended to provide a general region to highlight agricultural export destinations.

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 \"internal-agtransport-usda-gov/world-country-boundaries-vmrp-m3nw\".\"world_country_boundaries\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • world_country_boundaries