NetTopologySuite / NetTopologySuite.IO.SpatiaLite

SpatialLite IO module for NTS.
BSD 3-Clause "New" or "Revised" License
7 stars 9 forks source link

How to use this to write geopackage #6

Open xivk opened 4 years ago

xivk commented 4 years ago

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.

xivk commented 3 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:

https://github.com/opengeospatial/Java-OpenMobility/

DGuidi commented 3 years ago

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.

oshawa-connection commented 1 year ago

What's the status of this nowadays? I'm happy to work on this if you are looking for contributors

Zero3 commented 1 week ago

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 :).