Henrikki Tenkanen
                                            Henrikki Tenkanen
                                        
                                    @napo Please run `black .` to ensure your codes follow PEP8 style. After that the tests will be run. See more from here: https://pyrosm.readthedocs.io/en/latest/contributions.html#formatting-the-code
Hi @napo, let me know if you need any further help with this? 🙂
@emiliovfx Hi! pyrosm does not support downloading data directly based on custom lat/lon bounding box because the input data dumps provided e.g. by Geofabrik are predefined to specific areas, and...
@chourmo Yes, that is more or less the idea with this issue 🙂 There should be a parameter to reduce the number of attributes to absolute minimum, and in addition...
Implementation ideas for this: - OSM() should have a parameter `keep_meta` that could be used to skip reading metadata from PBF (version, timestamp, etc.) - all "get" methods should have...
@chourmo Thanks! That is indeed more intuitive option 👍
> It would also be great to have geometry=True/False, default to True, to only retrieve tags. @chourmo The idea is to allow user to have full control with `tags_to_keep` parameter....
Other ideas: - Take advantage of `sparse` arrays? Would introduce a new dependency . https://sparse.pydata.org/en/stable/ - decode coordinates to floats only when geometries are parsed (keep as integers before) -...
@marcbosch-idencity Hi! This indeed happens because you run out of memory. The next release of pyrosm aims to improve the control of the memory footprint in a way that it...
Hi @gegen07, a good point, thanks for raising this up! The most likely reason for this is the fact that the size of the data dump for New York state...