I'm trying to get the coordinates of regions in New Zealand, and have downloaded a gpkg
file from http://www.gadm.org/country (options: Country: New Zealand, File format: Geopackage (SpatiaLite)) but am unable to open the file, and am unable to find anything online that points me in the right direction.
I'm hoping someone on here is able to help me out?
.deb|.dpkg|squashfs
file, and see where it's trying to install itself; as I suspect it's trying to install in a location your $USER (user account) doesn't have access to, and asudo
[install] may work. warning: I don't know the file you're trying to extract, but I'd look inside it before I let it overwrite any fs (filesystem) i cared about first. – guiverc Jul 20 '17 at 04:53sqlitebrowser
- runsudo apt install sqlitebrowser
and thensqlitebrowser
, then "Open Database", select "All Files" in the correct directory, and select the gpkg file. Does that help? – Zanna Jul 20 '17 at 05:33sudo apt install qgis
? If I open the file in qgis by typingqgis <filename>.gpkg
it works... it's still quite confusing, but maybe less so than with sqlitebrowser... – Zanna Jul 21 '17 at 05:30