Open repository in Console
Readme
Updated 5 months ago
‧ Indexed 5 hours ago
G. McMillan and Percy W. McMillan Survey Collection
The McMillan Surveyor Records consist of land surveys created by County Surveyor John G. McMillan and his son Percy W. McMillan for their business McMillan & McMillan, Civil Engineers and Surveyors. John G. McMillan served as County Surveyor from 1890-1914. The Records also include notes, maps, and letters.
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 \"sccgov/g-mcmillan-and-percy-w-mcmillan-survey-collection-k84n-xtnt\".\"g_mcmillan_and_percy_w_mcmillan_survey_collection\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.