Texas South Region Original Land Survey Polygons
A survey is a measurement for a parcel of land. Original surveys were performed as part of the patenting process where land was transferred from the public domain. The original patented surveys are recorded at the Texas General Land Office. The construction and placement of these survey polygons are not to be used to define or establish survey boundaries. These survey polygons are provided as a public service for informational purposes only.
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 \"texas-gov/texas-south-region-original-land-survey-polygons-ugt2-g8xm\".\"texas_south_region_original_land_survey_polygons\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.