Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
B-Alica committed Nov 20, 2024
1 parent a2c0ef5 commit ae5cadc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions python-package/cartiflette/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ pip install cartiflette
Plus d'exemples sont disponibles dans la [documentation interactive](https://inseefrlab.github.io/cartiflette-website/index.html).

Exemple de récupération du fonds de carte des départements avec les DROM rapprochés de la France métropolitaine
```
from cartiflette.client import CartifletteSession
``` python
from cartiflette.client import carti_dataset

carti = CartifletteSession()
data = carti.get_dataset(
data = carti_dataset(
values = ["France"],
crs = 4326,
borders = "DEPARTEMENT",
Expand Down

0 comments on commit ae5cadc

Please sign in to comment.