Skip to content

Commit

Permalink
don't import ginko in agb
Browse files Browse the repository at this point in the history
  • Loading branch information
ccomb committed Mar 6, 2024
1 parent 57e59db commit 69c1880
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions data/import_agribalyse.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,22 +174,12 @@ def sync_datapackages():

# AGRIBALYSE
if (db := "Agribalyse 3.1.1") not in bw2data.databases:
print("first Agribalyse...")
import_simapro_csv(
AGRIBALYSE,
db,
migrations=AGRIBALYSE_MIGRATIONS,
excluded_strategies=EXCLUDED,
)
print("then Ginko...")
import_simapro_csv(
GINKO,
"Agribalyse 3.1.1",
excluded_strategies=EXCLUDED,
migrations=AGRIBALYSE_MIGRATIONS,
# other_strategies=GINKO_STRATEGIES,
source="Ginko",
)
else:
print(f"{db} already imported")

Expand Down

0 comments on commit 69c1880

Please sign in to comment.