Hello,
A first version of shapefile DataStore is close, it has :
- read and write support.
- implements the WritableFeatureSet API from SIS.
- basic bounding box filtering optimization.
- two levels of API (as requested by Apache Baremaps
https://github.com/apache/incubator-baremaps/discussions/805) to have
raw access to dbf and shp readers and writers.
I hope to finish this store in the coming weeks.
A question remain : What should we do with the previous shapefile store ?
As far as I know it is not used.
And it does not make use of any of the SIS API (Feature, Filter,
Resource) but instead it has a JDBC implementation.
If a real JDBC connector is needed I believe it would be better to
create a generic calcite implementation above FeatureSet.
Should I remove the previous code ?
Thanks
Johann Sorel