Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update doc #1099

Open
8 tasks
ebocher opened this issue Jul 2, 2020 · 16 comments
Open
8 tasks

Update doc #1099

ebocher opened this issue Jul 2, 2020 · 16 comments
Assignees
Labels
Doc Documentation

Comments

@ebocher
Copy link
Member

ebocher commented Jul 2, 2020

Drivers functions

@ebocher ebocher added the Doc Documentation label Jul 2, 2020
@gpetit
Copy link
Contributor

gpetit commented Sep 11, 2020

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

  • CSVRead : "path, deleteTable" does not work
  • 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
  • SHPWrite : in any case (path, OutputFileName / path, OutputFileName, delete=true / path, OutputFileName, delete=false) the OutputFileName is replaced if it already exists
  • TSVRead : "path, deleteTable" does not work ( Exception lors de l'appel de la fonction définie par l'utilisateur: "importTable(conn16: url=jdbc:default:connection user=SA, /home/gpetit/GoT.tsv, TRUE): null" Exception calling user-defined function: "importTable(conn16: url=jdbc:default:connection user=SA, /home/gpetit/GoT.tsv, TRUE): null"; SQL statement: CALL TSVRead('/home/gpetit/GoT.tsv', true) [90105-200] 90105/90105 (Aide))

@SPalominos
Copy link
Contributor

SPalominos commented Sep 11, 2020

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

  • CSVRead : "path, deleteTable" does not work
  • 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
Copy link
Member Author

ebocher commented Sep 23, 2020

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
Copy link
Contributor

gpetit commented Sep 23, 2020

Ok so if

  • deleteTable not specified, then check if the table exists and if yes warn a message
  • deleteTable specified, then remove or not the existing file, depending on this parameter (true or false)

@ebocher
Copy link
Member Author

ebocher commented Sep 24, 2020

Done here #1120

@ebocher
Copy link
Member Author

ebocher commented Jul 6, 2023

  • ST_ConcaveHull

  • ST_Graph

@ebocher
Copy link
Member Author

ebocher commented Jul 11, 2023

  • ST_LineSubstring
  • ST_LineInterpolatePoint

@nicolas-f
Copy link
Member

  • Activate https on h2gis.org

@ebocher
Copy link
Member Author

ebocher commented Jul 21, 2023

  • ST_MaximumInscribedCircle

@ebocher
Copy link
Member Author

ebocher commented Aug 2, 2023

  • ST_Clip function

@ebocher
Copy link
Member Author

ebocher commented Aug 4, 2023

  • ST_ForcePolygonCCW

  • ST_ForcePolygonCW

@ebocher
Copy link
Member Author

ebocher commented Aug 22, 2023

  • ST_MakeArcLine
  • ST_MakeArcPolygon

@ebocher
Copy link
Member Author

ebocher commented Sep 12, 2023

  • ST_Project

@ebocher
Copy link
Member Author

ebocher commented Oct 9, 2023

@ebocher
Copy link
Member Author

ebocher commented Oct 17, 2023

  • Doc on the new driver flatgeobuffer

@ebocher
Copy link
Member Author

ebocher commented Jun 18, 2024

  • ST_SnapToSelf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Doc Documentation
Projects
None yet
Development

No branches or pull requests

4 participants