Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
MU_20_Fire_Hydrants
Location of fire hydrants within the municipal water supply systems for Annapolis County.
Attribute descriptions:
OBJECTID: Auto generated ID number
LOCDESC: Brief description on location of fire hydrant
FACILITYID: System code and hydrant number within that system
THE_GEOM: Type of feature
TECH: Name of technician
STREET: Street that hydrant is on
SYSTEM: Water system
X_COORD: GPS X coordinate for location
Y_COORD: GPS Y coordinate for location
STATUS: Active
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 \"thedatazone-ca/mu20firehydrants-qg7b-38xi\".\"mu20firehydrants\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata