piebro / openstreetmap-statistics

Monthly updated interactive statistics about OpenStreetMap.
https://piebro.github.io/openstreetmap-statistics/
MIT License
34 stars 6 forks source link

New way to crunch data #82

Closed piebro closed 1 year ago

piebro commented 1 year ago

I reworked the way to aggregate the data. Instead of doing it in with for loops in python I use dask and pandas with SQL like operations. This should make it easier to add more statistics and maintain and review the code. Also the code is a lot faster and is cleaner in my opinion.