NYCPlanning / ae-data-flow

Data pipelines to populate Application Engineering databases
1 stars 0 forks source link

Commitment erd #47

Closed TangoYankee closed 1 month ago

TangoYankee commented 2 months ago

sql/commitment-funding.sql is the code under review

TangoYankee commented 2 months ago

@TylerMatteo commit f513c4a44751497b48a6926a3047da2b1ead9ec9 has geospatial data.

The steps to interact with data: Preamble: update your .env with the sample.env variables 1) Spin up the zoning api docker compose from the data-flow branch

bmarchena commented 1 month ago

Do this! ogr2ogr -nln city_council_districts_source Pg:"dbname=$BUILD_ENGINE_DB host=$BUILD_ENGINE_HOST user=$BUILD_ENGINE_USER port=$BUILD_ENGINE_PORT" nycc_24b -lco precision=NO -lco GEOMETRY_NAME=geom -nlt PROMOTE_TO_MULTI