Releases: mojodna/osm2orc
Releases · mojodna/osm2orc
v0.6.1
- fix Node
lat
/ lon
values always ending up as null
.
v0.6.0
- upgraded Gradle to 8.1.1
- updated all dependencies to current versions as of 6/28/23
- built w/ JDK 17
v0.5.5
- set the default timezone to UTC to avoid unexpected conversions of times to the local timezone
v0.5.4
- wrap
InputStream
s in UTF-8-aware InputReader
s to avoid splitting multi-byte sequences in XML input
v0.5.3
- Eliminate block padding on changeset output
- Remove intermediate changeset count debug output
v0.5.2
- upgrade
osm4j-pbf
to properly support nodes with empty coordinates
v0.5.1
- add
[email protected]
as a runtime dependency to restore the ability to write to S3 using the S3A filesystem
v0.5.0
- Upgrade dependencies, most notably
[email protected]
and [email protected]
(w/ improvements to the s3a
filesystem that facilitates streaming writes to S3)
- Add schema version + bounds to user metadata
- Disable block padding (intended for use with HDFS; disabling it will decrease file size somewhat)
- Remove intermediate
BigDecimal
conversion
- Treat invalid coordinates as
null
(some nodes had lat/lon values of 214...)
v0.4.0
- remove
--history
option and unify schemas between history + snapshot (including visible
column)
v0.3.2
- Fix
min_lat
serialization when transcoding changesets