Skip to content

Commit 1e3bef4

Browse files
committed
update thunen name alternative
1 parent 2d909a0 commit 1e3bef4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

middleware/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def extract_thunen_from_openagrar_metadata():
254254
return
255255
# Regex pattern to match publisher synonyms
256256
publisher_pattern = re.compile(
257-
r"Thünen[- ]?Institut|Thuenen Institute", re.IGNORECASE
257+
r"Thünen[- ]?Institut|Thuenen Institute|Thünen-Atlas", re.IGNORECASE
258258
)
259259

260260
# Load JSON

0 commit comments

Comments
 (0)