Skip to content

Commit 727772e

Browse files
Update content/articles/2026/2026-03-23_nouvelle_cli_gdal.md
Signed-off-by: thomas-szczurek <121474664+thomas-szczurek@users.noreply.github.com>
1 parent 3675ec0 commit 727772e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

content/articles/2026/2026-03-23_nouvelle_cli_gdal.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,6 @@ Depuis GDAL 3.12, il est même possible de les appeler de manière encore plus s
232232
```python
233233
gdal.alg.raster.convert(input="in.tif", output="out.tif")
234234

235-
Exemple pour importer un fichier csv dans une base PostgreSQL (plutôt que d'utiliser `COPY` de postgres, plus fastidieux):
236-
237235
```python
238236
gdal.Run("vector", "convert", append=True, format="PostgreSQL", lco="LAUNDER=NO", input=my_file.csv, output="PG:dbname='insee' schemas='wip' user='me' password='admin123'")
239237
```

0 commit comments

Comments
 (0)