Open xivk opened 4 years ago
From what I understand now this implementation is now complete yet. We could look at the Java counterpart again, for example this one:
The GeoPackage reader/writer can read or write the geom field in any geopackage: maybe an enhancement can be to build a "GeoPackageDataWriter" that, like the ShapeFileDataReader/Writer, handles feature objects, both in reading and in writing. Acutally, to me the custom code that is required is very straightforward if SpatiaLite is used, so no need to create additional objects. my2cents.
What's the status of this nowadays? I'm happy to work on this if you are looking for contributors
I would love to have a guide/a tutorial/sample code/utility methods to get started from as well. Basically how to go from nothing to a complete GeoPackage file I can add as a layer in QGIS or similar :).
Any pointer or sample on how use this? I would be willing to contribute a sample application or some sample code if you can help me out getting started.