Skip to content

Commit

Permalink
Add missing speed_limit_unit='mph'
Browse files Browse the repository at this point in the history
  • Loading branch information
Famlam authored and frodrigo committed Dec 11, 2024
1 parent a05b71c commit ba5d196
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions osmose_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ class gen(default_country):
us_state("arizona", 162018, "US-AZ", proj=26912)
us_state("arkansas", 161646, "US-AR", proj=26715)

us_ca_county = gen_country('north-america/us-west/california', country_base='usa_california', download_repo=OSMFR, language='en', proj=26910)
us_ca_county = gen_country('north-america/us-west/california', country_base='usa_california', download_repo=OSMFR, language='en', proj=26910, speed_limit_unit='mph')

us_ca_county("alameda", 396499, "US-CA-ALA")
us_ca_county("alpine", 396497, "US-CA-ALP")
Expand Down Expand Up @@ -1028,7 +1028,7 @@ class gen(default_country):
us_ca_county("yolo", 396507, "US-CA-YOL")
us_ca_county("yuba", 396475, "US-CA-YUB")

us_co_region = gen_country('north-america/us-west/colorado', country_base='usa_colorado', country_code='US-CO', download_repo=OSMFR, language='en', proj=26713)
us_co_region = gen_country('north-america/us-west/colorado', country_base='usa_colorado', country_code='US-CO', download_repo=OSMFR, language='en', proj=26713, speed_limit_unit='mph')
us_co_region("denver", (1411327,1411333,1411321,1411338,1411339,1411346,1411351,442310))
us_co_region("southeast", (1411317,1411320,1411328,1411331,1411335,1411343,1411347,1411349,415767,415769,415781,415785,417649,439376))
us_co_region("northwest", (1411315,1411329,1411332,1411340,1411341,1411352,1411353,1411354,415167,415168,41690,416907,421142,441008,443690,416905))
Expand All @@ -1039,7 +1039,7 @@ class gen(default_country):
us_state("delaware", 162110, "US-DE", proj=3509)
us_state("district-of-columbia", 162069, "US-DC", proj=3559)

us_fl_region = gen_country('north-america/us-south/florida', country_base='usa_florida', country_code='US-FL', download_repo=OSMFR, language='en', proj=3513)
us_fl_region = gen_country('north-america/us-south/florida', country_base='usa_florida', country_code='US-FL', download_repo=OSMFR, language='en', proj=3513, speed_limit_unit='mph')
us_fl_region("east_central", (389024,389026,389011,389023,389022,389025))
us_fl_region("gatorland", (1210739,1210741,1210721,1210723,1210708,1210752))
us_fl_region("gold_coast", (1210714,1210692,1210746,1210748))
Expand All @@ -1050,7 +1050,7 @@ class gen(default_country):
us_fl_region("suncoast", (1210740,1210695,1210738,1210700,1210702,1210701,1210690,1210707,1210726,1214525,1210734))
us_fl_region("treasure_coast", (1210711,1210698,1210747,1210696))

us_ga_region = gen_country('north-america/us-south/georgia', country_base='usa_georgia', country_code='US-GA', download_repo=OSMFR, language='en', proj=26917)
us_ga_region = gen_country('north-america/us-south/georgia', country_base='usa_georgia', country_code='US-GA', download_repo=OSMFR, language='en', proj=26917, speed_limit_unit='mph')
us_ga_region("north_metro", (964801,1024740,975368,1020471))
us_ga_region("northeast", (1020709,1020674,1020675,1028131,448430,452082,1029450,964803,452153,1026132,448597,1020707,1028121,1029451,1028127,448085,1073867,1073931,1027988,1020507,1020502,1020708,1029453,1029445,1029448,455070,452088,1029454,532073,532213,1029447,1020503,1074327,1074323))
us_ga_region("northwest", (1020677,1059834,538625,1059837,1020716,975369,1020125,1059841,533031,1026131,1059843,532848,1059836,1073786,1073864,1020717,1029455,1073863,1073869,1020468,1029446,534697,1029449,1020715,1029452,1028124,1073929,1074325,539093,535392))
Expand All @@ -1060,7 +1060,7 @@ class gen(default_country):
us_state("hawaii", 166563, "US-HI", proj=2783) # note: projection for hawaii is the one used for center islands, not for the whole
us_state("idaho", 162116, "US-ID", proj=3741)

us_il_region = gen_country('north-america/us-midwest/illinois', country_base='usa_illinois', country_code='US-IL', download_repo=OSMFR, language='en', proj=3746)
us_il_region = gen_country('north-america/us-midwest/illinois', country_base='usa_illinois', country_code='US-IL', download_repo=OSMFR, language='en', proj=3746, speed_limit_unit='mph')
us_il_region("central", (1800573,1801523,1800719,1800376,1800575,1800576,1800723,1800577,1800377,1800578,1800580,1800725,1800727,1800582,1800585,1800378))
us_il_region("cook", 122576)
us_il_region("east_central", (1801516,1800574,1801517,1801520,13109140,1801522,1801524,1801525,1801527,1800374,1800375,1801529,1800581,1801534,1800584,1801537))
Expand All @@ -1081,7 +1081,7 @@ class gen(default_country):
us_state("maryland", 162112, "US-MD", proj=26985)
us_state("massachusetts", 61315, "US-MA", proj=2805)

us_mi_region = gen_country('north-america/us-midwest/michigan', country_base='usa_michigan', country_code='US-MI', download_repo=OSMFR, language='en', proj=3746)
us_mi_region = gen_country('north-america/us-midwest/michigan', country_base='usa_michigan', country_code='US-MI', download_repo=OSMFR, language='en', proj=3746, speed_limit_unit='mph')
us_mi_region("southeast", (1582241,1582242,1801749,1801750,1907314,359765,582246,901500,901501))
us_mi_region("detroit_metro", (359761,359762,359766,359767,407497,574424))
us_mi_region("central", (1907303,1907324,1907331,1907335,359763,359764,571344,572130,572624,572689,574448,574462,582247,611155))
Expand All @@ -1100,7 +1100,7 @@ class gen(default_country):
us_state("new-jersey", 224951, "US-NJ", proj=3615)
us_state("new-mexico", 162014, "US-NM", proj=3617)

us_ny_region = gen_country('north-america/us-northeast/new-york', country_base='usa_new_york', country_code='US-NY', download_repo=OSMFR, language='en', proj=3623)
us_ny_region = gen_country('north-america/us-northeast/new-york', country_base='usa_new_york', country_code='US-NY', download_repo=OSMFR, language='en', proj=3623, speed_limit_unit='mph')
us_ny_region("capital_district", (1428041,87979,1428790,1428121,1428091,1427734,1427757,1838018))
us_ny_region("central_new_york", (1835284,1835253,1838019,3379365,1838016))
us_ny_region("finger_lakes", (1837995,1838139,1837998,1837993,1804311,1837992))
Expand All @@ -1112,7 +1112,7 @@ class gen(default_country):
us_ny_region("southern_tier", (1838015,1838025,1837994,1837996,1837991,1838024,1838014,1838017))
us_ny_region("western_new_york", (68855,36267,78970,1837997,36074,1837989,1838089,78971))

us_nc_region = gen_country('north-america/us-south/north-carolina', country_base='usa_north_carolina', country_code="US-NC", download_repo=OSMFR, language='en', proj=3631)
us_nc_region = gen_country('north-america/us-south/north-carolina', country_base='usa_north_carolina', country_code="US-NC", download_repo=OSMFR, language='en', proj=3631, speed_limit_unit='mph')
us_nc_region("north_central", (2528685,2528696,2528698,2528700,2528703,2528707,2528713,2528715,2528726,2528730,2528733,2528751,2528697,2528752,2528757))
us_nc_region("northeast", (2528675,1242005,1242002,1242006,1232243,1232267,1242003,2528706,1242000,1236353,2528720,2528728,1242004,1242001,2528734,2528749,2528753))
us_nc_region("northwest", (2528670,2528671,2528673,2528674,2528679,2528681,2528684,2528721,2528723,2528754,2528756,2528759))
Expand All @@ -1131,7 +1131,7 @@ class gen(default_country):
us_state("south-dakota", 161652, "US-SD", proj=3659)
us_state("tennessee", 161838, "US-TN", proj=3661)

us_tx_region = gen_country('north-america/us-south/texas', country_base='usa_texas', country_code="US-TX", download_repo=OSMFR, language='en', proj=3082)
us_tx_region = gen_country('north-america/us-south/texas', country_base='usa_texas', country_code="US-TX", download_repo=OSMFR, language='en', proj=3082, speed_limit_unit='mph')
us_tx_region("central", (91858,91911,91933,91939,92017,92024,92026,92032,1651194,1651195,1656651,1657497,1657498,1827125,1827126,1828306,1828427,1828430,1828434,1828436,1828438,1828445,1836914,1836915,1836941,1836955,1836962,1836992,1836993,1836994,1836995,1836997,1837633,1837637,1837639,1837641,1837662,1837663,1837665,1837669,1837671,1837736,1839052))
us_tx_region("north", (1807484,1807489,1807497,1807507,1807513,1809481,1809485,1809487,1809517,1809527,1809529,1809534,1809554,1809555,1809556,1809595,1810715,1810722,1810723,1810726,1810727,1810728,1810731,1810734,1810735,1810738,1810772,1810775,1810778,1810793,1810930,1810951,1810957,1810964,1810966,1810969,1810970,1810972,1810978,1810979,1810980,1811540,1811550,1811566,1811571,1811588,1811592,1812316,1812357,1812359,1812360,1812423,1812574,1827019,1827095,1827096,1827100,1827101,1827102,1827111,1827112,1827113,1827114,1827116,1827117,1827118,1836916,1836929,1836930,1836937,1836981))
us_tx_region("northwest", (1634428,1634509,1634544,1827489,1827725,1827726,1836932,1836934,1836982,1836989,1836990,1836991,1837616,1837621,1837628,1837632,1837688,1837698,1837699,1837703,1837710,1839021,1839031,1839045,1839215,1839264,1839269,1839271,1839272,1839286,1839294,1839302,1839374,1839456,1839469,1839474,1839478,1839481,1839521,1839592,1839605,1839608))
Expand All @@ -1142,7 +1142,7 @@ class gen(default_country):
us_state("utah", 161993, "US-UT", proj=3675)
us_state("vermont", 60759, "US-VT", proj=3684)

us_va_region = gen_country('north-america/us-south/virginia', country_base='usa_virginia', country_code="US-VA", download_repo=OSMFR, language='en', proj=3968)
us_va_region = gen_country('north-america/us-south/virginia', country_base='usa_virginia', country_code="US-VA", download_repo=OSMFR, language='en', proj=3968, speed_limit_unit='mph')
us_va_region("richmond", (1149986,1149988,1633329,206598,206600,2534164,2534169,2534170,2534172,2534175,2534176,2534179,2534182,2534186,2534187,2534194,2534196,2534198,2534200,2534202,3070666,3070728,3070795,3864712,8623880))
us_va_region("culpeper", (1149987,1633325,1633326,1633327,1633328,1633330,1633331,1633332,206857,207037,2534173,2534189,2534197,2534201,2534203,2534204))
us_va_region("appomattox", (206651,206666,2504948,2532613,2532619,2532627,2534165,2534166,2534168,2534171,2534174,2534177,2534180,2534188,2534191,2534193,2534199,3864617))
Expand Down

0 comments on commit ba5d196

Please sign in to comment.