Skip to content

Releases: AndGem/osm_extract_polygon

Speed Improvements

20 Jun 20:48
Compare
Choose a tag to compare

This minor release improves the speed for parsing the PBF files.

Improved GeoJson Output

13 May 09:59
Compare
Choose a tag to compare

added functionality to distinguish between Polygon and MultiPolygon (i.e., use MultiPolygon only when it is really neccessary).

Bugfix for geojson output

11 May 19:25
f444d05
Compare
Choose a tag to compare

This release fixes the previous release by adjusting the geojson output.

It also contains a significant performance improvement for writing poly files.

Support GeoJSON output

08 May 13:28
Compare
Choose a tag to compare

Starting with this release the GeoJSON file format is supported as an additional output format by supplying the parameter -g or --geojson.

Minor update to previous version

28 Apr 20:28
Compare
Choose a tag to compare
  • No change of case for region names
  • added cli option for handling overwriting of filenames

Output files are no longer in risk of just being overwritten

25 Apr 18:42
c613e12
Compare
Choose a tag to compare

Version 0.2.0:

  • warning when files are being overwritten
  • added an automatically added extension if names are identical

bugfix version for 0.1.4

07 Jul 19:44
Compare
Choose a tag to compare
  • min/max admin boundary level were ignored

Admin boundary level are configurable parameters

05 Jul 16:23
ec2352e
Compare
Choose a tag to compare

Instead of having a default for filtering out administrative boundary polygons, now the minimum and maximum boundary values can be supplied with the command line.

windows version support

14 Jun 13:58
Compare
Choose a tag to compare
v0.1.3

fix windows version

consistent versioning in application

13 Jun 17:29
2db9a71
Compare
Choose a tag to compare
v0.1.2

use crate version in clap (#5)