Skip to content

Commit

Permalink
Fix retrieve living area from MinIO
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrandje committed Oct 22, 2023
1 parent 21caa2a commit 7091171
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cartiflette/public/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def get_vectorfile_communes_arrondissement(
return gdf


def get_bv_commune(
def get_living_area_commune(
year=None,
year_bv="2022",
bucket=cartiflette.BUCKET,
Expand Down Expand Up @@ -374,7 +374,7 @@ def get_bv_commune(
return gdf


def get_bv(
def get_living_area(
year,
year_bv,
bucket=cartiflette.BUCKET,
Expand All @@ -391,8 +391,8 @@ def get_bv(
"year": year,
"borders": "BASSIN-VIE",
"crs": 4326,
"filter_by": None,
"value": None,
"filter_by": "origin",
"value": "preprocessed",
"file_format": "GPKG",
"provider": "cartiflette",
"dataset_family": f"bassins-vie-{year_bv}",
Expand Down

0 comments on commit 7091171

Please sign in to comment.