Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 11:26
· 8 commits to main since this release
Fabian Hofmann (1):
      allow to disable the progressbar (#53)

Matin Mahmood (11):
      Moved `OutFileWriter` and related functions (`convert_pd_to_gdf` and `get_list_slug`) into a new `export.py` module to centralize export-related responsibilities. This enhancement clears up `utils.py`, focusing it more on utility functions that aren't directly tied to data export. The shift to `export.py` allows for a more organized structure, making it easier to extend export functionalities in the future.
      improve debug code
      Auto-remove corrupt PBF and MD5 files on verification fail
      - add a test for comparing earth_osm with osmium - update test dependencies
      update api docs
      rename test_power to test_export
      Update OutFileWriter to EarthOSMWriter for consistency
      update README
      refactor arg parser
      return view_df
      release: version 2.2 🚀