Skip to content

Commit

Permalink
Increase limit for downloading streets from data.gov
Browse files Browse the repository at this point in the history
  • Loading branch information
ziv17 committed Jun 29, 2024
1 parent 66e1a3a commit ebc988c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anyway/parsers/streets.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
RESOURCE_NAME = "רשימת רחובות בישראל - מתעדכן"
BASE_GET_DATA_GOV = "https://data.gov.il/dataset/321"
RESOURCE_DOWNLOAD_TEMPLATE = (
"https://data.gov.il/api/3/action/datastore_search?resource_id={id}&limit=100000"
"https://data.gov.il/api/3/action/datastore_search?resource_id={id}&limit=1000000"
)
STREETS_FIlE_YISHUV_NAME = "שם_ישוב"
STREETS_FIlE_YISHUV_SYMBOL = "סמל_ישוב"
Expand Down

0 comments on commit ebc988c

Please sign in to comment.