diff --git a/content/articles/2023/2023-12-19_duckdb-donnees-spatiales.md b/content/articles/2023/2023-12-19_duckdb-donnees-spatiales.md index 0e1762de45..03ced1bcee 100644 --- a/content/articles/2023/2023-12-19_duckdb-donnees-spatiales.md +++ b/content/articles/2023/2023-12-19_duckdb-donnees-spatiales.md @@ -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