cityofnewyork-us/capital-project-detail-data-dollars-wa2y-rh4b
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 3 months ago
Indexed 1 month ago

Capital Project Detail Data - Dollars

This dataset contains capital commitment plan data by project type, budget line and source of funds. The dollar values are in thousands. The dataset was updated three times a year during the Preliminary, Executive and Adopted Capital Commitment Plans. Starting in January 2024, OMB will no longer update this dataset. It is being replaced by the <a href="https://data.cityofnewyork.us/browse?Data-Collection_Data-Collection=Capital+Projects+Dashboard">Capital Projects Dashboard</a> administered by the Mayor's Office of Operations.

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 \"cityofnewyork-us/capital-project-detail-data-dollars-wa2y-rh4b\".\"capital_project_detail_data_dollars\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • capital_project_detail_data_dollars
     
     
     
     
     
Upstream Metadata