alltheplaces / alltheplaces

A set of spiders and scrapers to extract location information from places that post their location on the internet.
https://www.alltheplaces.xyz
Other
585 stars 195 forks source link

Add GeoParquet format #8752

Open sfkeller opened 5 days ago

sfkeller commented 5 days ago

How about adding GeoParquet format to the current output format GeoJSON?

Consuming GeoParquet is much more efficient than GeoJSON - even for "full-blown, row-oriented" data exchange needs.

This would improve the usability of ATP even more - together with issue #4255.

iandees commented 4 days ago

Yea, I'm working on getting Parquet output over on OpenAddresses and am also working on it for All the Places. I think I will probably get it working for ATP first because Python support for Parquet seems to be much more robust.