Skip to content

Commit

Permalink
Merge pull request #2678 from ziv17/streets-increase-limit
Browse files Browse the repository at this point in the history
Increase limit for downloading streets from data.gov
  • Loading branch information
atalyaalon authored Jun 30, 2024
2 parents 66e1a3a + ebc988c commit 4478d54
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 4478d54

Please sign in to comment.