Strategic Measure_Number and percentage of City-owned battery-electric vehicles (BEV)
The City of Austin is focused on becoming a greener city and the Fleet Mobility Services Department developed the Carbon Neutral Plan, which includes acquiring 330 battery-electric vehicles. The goal is to be early adopters of the overall regional mobility strategy setting the example for the general public and other governmental entities. The data is maintained in Fleet's asset management system. Row level data displays the number of City-owned battery-electric vehicles. View more details and insights related to this data set on the story page: https://data.austintexas.gov/stories/s/tf85-sfat
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 \"austintexas-gov/strategic-measurenumber-and-percentage-of-ad6m-48cr\".\"strategic_measurenumber_and_percentage_of\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.