#22179 closed enhancement (fixed)
[PATCH] Add support for Geopackage in plugin OpenData
Reported by: | tomasmarklund | Owned by: | Don-vip |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin opendata | Version: | |
Keywords: | Cc: |
Description
The Swedish equivalent to "department of transportation" has declared that they will drop support for ESRI Shape files at the end of 2022. Instead, they will only provide data as "Geopackage" as from 2023-01-01
Yes, there are (external) online converters from Geopackage to Shape available, but it would be better if the plugin OpenData (or some other plugin) had the support for Geopackage file format directly, without having to convert file formats externally first.
Attachments (1)
Change History (10)
follow-up: 2 comment:1 by , 3 years ago
comment:2 by , 3 years ago
Replying to taylor.smock:
OpenData uses geotools. We would probably have to add
gt-geopkg
to geotools, and we would need to hook it up to JOSM.
yep
comment:3 by , 2 years ago
Geopackage is also the only format supported by other public organizations such as Statistics Sweden.
Example: https://www.scb.se/en/services/open-data-api/open-geodata/localities/
by , 2 years ago
Attachment: | 22179.patch added |
---|
comment:4 by , 2 years ago
Summary: | Add support for Geopackage in plugin OpenData → [PATCH] Add support for Geopackage in plugin OpenData |
---|
Sorry about the mail churn -- for whatever reason, my IDE was adding files to the patch that it wasn't showing me. Probably due to an interaction between svn and git, if I had to make a guess.
Anyway, I'm going to give @Don-vip a week or two to look at the changes if he wants to, and then I'll apply the patch.
comment:6 by , 2 years ago
No problem -- I know you aren't terribly active right now, but I did want to give you a chance to approve/disapprove of a partial refactor of opendata since you were the primary contributor to it.
OpenData uses geotools. We would probably have to add
gt-geopkg
to geotools, and we would need to hook it up to JOSM.