orbisgis / h2gis

A spatial extension of the H2 database.
http://www.h2gis.org
GNU Lesser General Public License v3.0
204 stars 62 forks source link

Update doc #1099

Open ebocher opened 4 years ago

ebocher commented 4 years ago

Drivers functions

gpetit commented 3 years ago

@SPalominos @ebocher Some updates are needed in the code since there is some small errors:

SPalominos commented 3 years ago

@SPalominos @ebocher Some updates are needed in the code since there is some small errors:

  • [ ] CSVRead : "path, deleteTable" does not work
  • [x] GeoJSONRead : "path, deleteTable" does not work
  • [ ] GeoJSONWrite : in any case (path, OutputFileName / path, OutputFileName, delete=true / path, OutputFileName, delete=false) the OutputFileName is replaced if it already exists

I'm on it.

ebocher commented 3 years ago

By default all write driver delete the output file Try CALL shpwrite('/tmp/data.shp', 'data'); CALL shpwrite('/tmp/data.shp', 'data'); This behaviour must be changed to return an error when the file already exist

gpetit commented 3 years ago

Ok so if

ebocher commented 3 years ago

Done here #1120

ebocher commented 1 year ago
ebocher commented 1 year ago
nicolas-f commented 1 year ago
ebocher commented 1 year ago
ebocher commented 1 year ago
ebocher commented 1 year ago
ebocher commented 1 year ago
ebocher commented 11 months ago
ebocher commented 10 months ago
ebocher commented 10 months ago
ebocher commented 2 months ago