Skip to content

Releases: kraina-ai/quackosm

0.4.2

02 Feb 17:15
62c5620
Compare
Choose a tag to compare

Fixed

  • Removed last grouping step when using keep_all_tags parameter with GroupedOsmTagsFilter filter

0.4.1

01 Feb 08:55
5013049
Compare
Choose a tag to compare

Changed

  • Removed additional redundancy of GeoParquet result files when only one extract covers whole area #35

Fixed

  • Added missing requests dependency

0.4.0

31 Jan 09:31
edfad6c
Compare
Choose a tag to compare

Added

  • Option to automatically download PBF files for geometries #32
  • Filtering data using 3 global grid systems: Geohash, H3 and S2 #30

Changed

  • Filter OSM IDs are now expected to be passed after comma instead of repeating --filter-osm-id every time #30

Fixed

  • Remove duplicated features when parsing multiple PBF files
  • Geometry orienting to eliminate hash differences between operating systems and different equal versions of the same geometry

0.3.3

17 Jan 02:23
d2726ad
Compare
Choose a tag to compare

Added

  • Option to pass OSM tags filter in the form of JSON file to the CLI
  • Option to keep all tags when filtering with the OSM tags #25

Changed

  • Logic for explode_tags parameter when filtering based on tags, but still keeping them all

Fixed

  • Typos in the CLI docs

0.3.2

10 Jan 02:04
482e309
Compare
Choose a tag to compare

Added

  • Option to pass parquet_compression parameter to DuckDB
  • Bigger PBF parsing test as a benchmark

Changed

  • Increased number of rows per group for environments with more than 24 GB of memory
  • Simplified temporal directory path propagation within PbfFileReader class
  • Reduced disk spillage by removing more files during operation
  • Optimized final geometries concatenation by removing UNION operation
  • Tests execution order

0.3.1

06 Jan 12:36
2386d13
Compare
Choose a tag to compare

Added

  • Speed column for Rich progress bar

Changed

  • Simplified ways grouping logic by removing some steps

0.3.0

02 Jan 17:43
678f81d
Compare
Choose a tag to compare

Added

  • Automatic scaling for grouping operations when working in the environment with less than 16GB of memory
  • More detailed steps names

Changed

  • Locked minimal Shapely version
  • Modified ways grouping logic to be faster
  • Split filtered and required ways to be parsed separately

Fixed

  • Increased speed estimation period for Rich time progress

0.2.0

29 Dec 19:22
19e7d49
Compare
Choose a tag to compare

Added

  • CLI based on Typer for converting PBF files into GeoParquet

0.1.0

29 Dec 11:01
40e4eb4
Compare
Choose a tag to compare

Added

  • Created QuackOSM repository
  • Implemented PbfFileReader