geopython / diving-into-pygeoapi

pygeoapi is an OGC Reference Implementation supporting numerous OGC API specifications. This workshop will cover publishing geospatial data to the Web using pygeoapi in support of the suite of OGC API standards.
https://dive.pygeoapi.io
MIT License
20 stars 17 forks source link

Exercise 2 - cptartu2.gpkg.zip is not available in repo #149

Closed justb4 closed 5 months ago

justb4 commented 5 months ago

Exercise 2: the file https://github.com/geopython/diving-into-pygeoapi/tree/main/workshop/exercises/data/cptartu2.gpkg.zip is not in GH. Probably since GH default local action is not to commit/push .zip files. It can either be force-pushed. But the question is also how much storage is gained with zipping a GPKG file..

tomkralidis commented 5 months ago

@pvgenuchten 2024-06-07 team meeting: we should upload only the GPKG in version control. We probably do not need a .zip per se (the GPKG is fine).

justb4 commented 5 months ago

@pvgenuchten also in meeting came up: Exercise 2: should bathingwater-estonia.* data files be swimming-water.*? (or drinking-water?).

pvgenuchten commented 5 months ago
image

over 50%

justb4 commented 5 months ago

Ok, the GeoPackage are Cadastral Parcels. With ogr2ogr we can extract only area around conf building e.g. Some Linux systems like Ubuntu don't have unzip by default. I can do that. Unzipping may also create a subdir. Anyway, things that take time. Just a smaller file will solve. (Though the .zip is in git history forever).

justb4 commented 5 months ago

Forget my last comment, we'll leave the zip as is.