Releases: ttomasz/prg_convert
Releases · ttomasz/prg_convert
v0.6.2
v0.6.1
Fixed
- fixed model/schema 2021 reading city names
v0.6.0
Fixed
- fixed model/schema 2021 reading coordinates in reversed order
Added
- added cli flag to save geoparquet with geometry either in epsg:2180 crs (original) or epsg:4326 (transformed)
v0.5.0
Added
- prg_convert can now read content of ZIP file directly so you don't need to decompress. It determines which files in the archive to read based on their extensions and
--schema-versionparameter. Schema version 2012 reads files with xml extension, while version 2021 reads file with gml extension.
v0.4.0
Added
- option
--schema-version 2021is now available, you can convert files in the new schema. Note that these files require to download additional dictionary with administrative unit names, see README.md for details
Changed
- changed schema of output data to match both PRG models 2012 and 2021. Field
wazny_odhas been renamed towazny_od_lub_data_nadania, fieldstatusis nullable now
v0.3.0
Fixed
- fixed trying to write lokalny_id as UUID type, there was a bug in the code which caused a crash when writing CSV, but even after fixing it it turned out it's not well supported by clients so we'll use regular strings
Changed
- changed default zstd compression level from 16 to 11
- field lokalny_id will be included in compression (previously it was always uncompressed)
Added
- added more cli options for geoparquet output format settings like compression type, level, etc
v0.2.0
set version to 0.2.0
v0.1.0
first release