Skip to content

Releases: hotosm/osm-rawdata

v0.1.6

18 Nov 05:25
Compare
Choose a tag to compare

Now supports importing into postgres all the files from Overture maps.

v0.1.5

10 Nov 06:56
Compare
Choose a tag to compare

Update PyArrow to latest 14.0.1 to avoid CVE-2023-47248 & dependent builds failing.

v0.1.4

23 Oct 14:06
Compare
Choose a tag to compare
bump: version 0.1.3 → 0.1.4

v0.1.3

09 Oct 16:49
Compare
Choose a tag to compare

Add missing psycopg2 dependency due to bodged dependency management / merge conflicts.

v0.1.2

09 Oct 16:45
Compare
Choose a tag to compare

Handle both yamlfile syntaxes:

where:
  tags:
    - join_or:
        - { building: yes, amenity: not null }
    - join_and:
        - { building:material: wood, roof:material: metal }

and

where:
  tags:
    - { building: yes, amenity: not null }
    - join_and:
        - { building:material: wood, roof:material: metal }

This is more flexible. Defaults to join_or in the code.

v0.1.2 Release Candidate 0

11 Sep 15:14
Compare
Choose a tag to compare
Pre-release
  • Remove gdal from install dependencies.

Initial package release

11 Sep 10:37
Compare
Choose a tag to compare

Initial package release. Successfully uses a YAML or JSON config file to build either an SQL query for a local postgres database, or a remote query to the Underpass raw OSM database.