Skip to content

Commit

Permalink
Update content/articles/2023/2023-12-19_duckdb-donnees-spatiales.md
Browse files Browse the repository at this point in the history
Co-authored-by: Julien <[email protected]>
Signed-off-by: Florent <[email protected]>
  • Loading branch information
florentfgrs and Guts authored Dec 12, 2023
1 parent 554f2e0 commit df88206
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions content/articles/2023/2023-12-19_duckdb-donnees-spatiales.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,17 +142,17 @@ Successfully installed duckdb-0.9.2

=== ":snake: Python”

```python
con.sql("INSTALL spatial; LOAD spatial ; LOAD httpfs ;")
```
```python
con.sql("INSTALL spatial; LOAD spatial ; LOAD httpfs ;")
```

=== "▶️ CLI”

```bash
D INSTALL spatial ;
D LOAD spatial ;
D LOAD httpfs ;
```
```sh
D INSTALL spatial ;
D LOAD spatial ;
D LOAD httpfs ;
```

### Importer un CSV et créer la géométrie

Expand Down

0 comments on commit df88206

Please sign in to comment.