Skip to content

Commit

Permalink
make config.yaml less restrictive
Browse files Browse the repository at this point in the history
  • Loading branch information
fneum committed Feb 7, 2024
1 parent 9515add commit 4a19245
Show file tree
Hide file tree
Showing 2 changed files with 6,356 additions and 6,261 deletions.
2 changes: 1 addition & 1 deletion powerplantmatching/package_data/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ google_api_key:

# This query is applied to all input data
# Note: querying "key == key" filters out nan values
main_query: "Name != '' and (DateOut >= 2020 or DateOut != DateOut) and (lat >= 30 or lat != lat) and not (Country == 'Germany' and Fueltype == 'Nuclear')"
main_query: "Name != '' and (lat >= 30 or lat != lat)"

# matching_sources, only the matched powerplants are added to the final dataset
matching_sources:
Expand Down
Loading

0 comments on commit 4a19245

Please sign in to comment.