PAI Data Set For Open Data Maps Data Story 1 of 3
This is number 1 of 3 data sets that accompany Open Data Maps Data Story on VA's Open Data Site.
Specifically this is a crosswalk data set that identifies VA facilities and their locations via postal address with zip codes and Latitude and Longitude information for facility geo plotting postal addresses. Facility location information as of 2018.
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 \"datahub-va-gov/pai-data-set-for-open-data-maps-data-story-1-of-3-cg9c-gfgn\".\"pai_data_set_for_open_data_maps_data_story_1_of_3\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.