mansueto-institute / kblock

Python tools for generating street block delineations and geospatial attributes
GNU General Public License v3.0
1 stars 0 forks source link

Switch all GeoJSON inputs / outputs to GeoParquet #66

Closed nmarchio closed 1 year ago

nmarchio commented 1 year ago

https://github.com/mansueto-institute/kblock/search?q=geojson

https://github.com/mansueto-institute/kblock/blob/f795e16dacb029c69f50fa2bc56041b703ebae66/deploy/0-ingest-data/0-download-bulk/download_job.sh#L47 https://github.com/mansueto-institute/kblock/blob/16a2e89b20609c2715f17f2346bcd9eaf7aa3e69/kblock/batch_buildings.py#L51 https://github.com/mansueto-institute/kblock/blob/16a2e89b20609c2715f17f2346bcd9eaf7aa3e69/kblock/batch_buildings.py#L67 https://github.com/mansueto-institute/kblock/blob/16a2e89b20609c2715f17f2346bcd9eaf7aa3e69/kblock/batch_buildings.py#L90 https://github.com/mansueto-institute/kblock/blob/16a2e89b20609c2715f17f2346bcd9eaf7aa3e69/kblock/batch_buildings.py#L97 https://github.com/mansueto-institute/kblock/blob/16a2e89b20609c2715f17f2346bcd9eaf7aa3e69/kblock/batch_buildings.py#L110 https://github.com/mansueto-institute/kblock/blob/f795e16dacb029c69f50fa2bc56041b703ebae66/deploy/0-ingest-data/1-building-file-splitter/split_buildings.py#L146 https://github.com/mansueto-institute/kblock/blob/f795e16dacb029c69f50fa2bc56041b703ebae66/kblock/batch_prepare.py#L215 https://github.com/mansueto-institute/kblock/blob/f795e16dacb029c69f50fa2bc56041b703ebae66/kblock/batch_prepare.py#L249 https://github.com/mansueto-institute/kblock/blob/f795e16dacb029c69f50fa2bc56041b703ebae66/kblock/batch_prepare.py#L278 https://github.com/mansueto-institute/kblock/blob/f795e16dacb029c69f50fa2bc56041b703ebae66/deploy/0-ingest-data/0-download-bulk/download_gadm.py#L101 https://github.com/mansueto-institute/kblock/blob/9ea779dd60c2622477632e4d0f188a68f8974a0b/kblock/batch_popmodel.py#L383 https://github.com/mansueto-institute/kblock/blob/9ea779dd60c2622477632e4d0f188a68f8974a0b/kblock/batch_popmodel.py#L409

nmarchio commented 1 year ago

actually.. a lot of this isn't necessary.