iett — Source Data Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 8.0.1 at 2026-09-11T22:10:57Z,
for the dataset file:///shared/iett_a3d032e5.zip. No country code was provided.

Use this report alongside our documentation.

Summary

Agencies included


Feed Info


Publisher Name:
N/A
Publisher URL:
N/A
Feed Email:
N/A
Feed Language:
N/A

Files included


  1. agency.txt
  2. calendar.txt
  3. routes.txt
  4. stop_times.txt
  5. stops.txt
  6. trips.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 9274
  • Shapes: 0
  • Stops: 15389
  • Trips: 135625

Specification Compliance report

94101 notices reported (45 errors, 92773 warnings, 1283 infos)

Notice Code Severity Total
duplicate_key ERROR 45

duplicate_key

Duplicated entity.

The values of the given key and rows are duplicates.

You can see more about this notice here.

filename (?) The name of the faulty file oldCsvRowNumber (?) The row of the first occurrence. newCsvRowNumber (?) The row of the other occurrence. fieldName1 (?) Composite key's first field name. fieldValue1 (?) Composite key's first value.
"stop_times.txt" 52223 52224 "trip_id,stop_sequence" "445933152,6"
"stop_times.txt" 52255 52256 "trip_id,stop_sequence" "445941059,6"
"stop_times.txt" 52287 52288 "trip_id,stop_sequence" "445950228,6"
"stop_times.txt" 52319 52320 "trip_id,stop_sequence" "445967195,6"
"stop_times.txt" 52351 52352 "trip_id,stop_sequence" "445986516,6"
"stop_times.txt" 52383 52384 "trip_id,stop_sequence" "445978056,6"
"stop_times.txt" 52415 52416 "trip_id,stop_sequence" "445984449,6"
"stop_times.txt" 52447 52448 "trip_id,stop_sequence" "445980839,6"
"stop_times.txt" 52479 52480 "trip_id,stop_sequence" "445945981,6"
"stop_times.txt" 52511 52512 "trip_id,stop_sequence" "445946419,6"
"stop_times.txt" 52543 52544 "trip_id,stop_sequence" "445956107,6"
"stop_times.txt" 52575 52576 "trip_id,stop_sequence" "445956551,6"
"stop_times.txt" 52607 52608 "trip_id,stop_sequence" "445975127,6"
"stop_times.txt" 52639 52640 "trip_id,stop_sequence" "445975586,6"
"stop_times.txt" 52671 52672 "trip_id,stop_sequence" "445967115,6"
"stop_times.txt" 52703 52704 "trip_id,stop_sequence" "445966179,6"
"stop_times.txt" 52735 52736 "trip_id,stop_sequence" "445986691,6"
"stop_times.txt" 52767 52768 "trip_id,stop_sequence" "445987133,6"
"stop_times.txt" 52799 52800 "trip_id,stop_sequence" "445982383,6"
"stop_times.txt" 52831 52832 "trip_id,stop_sequence" "445982780,6"
"stop_times.txt" 52863 52864 "trip_id,stop_sequence" "445979423,6"
"stop_times.txt" 52895 52896 "trip_id,stop_sequence" "445983122,6"
"stop_times.txt" 52927 52928 "trip_id,stop_sequence" "445939908,6"
"stop_times.txt" 52959 52960 "trip_id,stop_sequence" "445953194,6"
"stop_times.txt" 52991 52992 "trip_id,stop_sequence" "445969957,6"
"stop_times.txt" 53023 53024 "trip_id,stop_sequence" "445990719,6"
"stop_times.txt" 53055 53056 "trip_id,stop_sequence" "445981073,6"
"stop_times.txt" 53087 53088 "trip_id,stop_sequence" "445982071,6"
"stop_times.txt" 53119 53120 "trip_id,stop_sequence" "445982154,6"
"stop_times.txt" 53151 53152 "trip_id,stop_sequence" "446002993,6"
"stop_times.txt" 53183 53184 "trip_id,stop_sequence" "446005501,6"
"stop_times.txt" 4890627 4890628 "trip_id,stop_sequence" "446029129,9"
"stop_times.txt" 4900752 4900753 "trip_id,stop_sequence" "446033340,18"
"stop_times.txt" 4900850 4900851 "trip_id,stop_sequence" "446033339,18"
"stop_times.txt" 4900948 4900949 "trip_id,stop_sequence" "446033338,18"
"stop_times.txt" 4901046 4901047 "trip_id,stop_sequence" "446033344,18"
"stop_times.txt" 4901144 4901145 "trip_id,stop_sequence" "446033343,18"
"stop_times.txt" 4901280 4901281 "trip_id,stop_sequence" "446033341,18"
"stop_times.txt" 4901340 4901341 "trip_id,stop_sequence" "446033347,18"
"stop_times.txt" 4901400 4901401 "trip_id,stop_sequence" "446033348,18"
"stop_times.txt" 4901574 4901575 "trip_id,stop_sequence" "446033345,18"
"stop_times.txt" 4901748 4901749 "trip_id,stop_sequence" "446033349,18"
"stop_times.txt" 4903138 4903139 "trip_id,stop_sequence" "446033342,18"
"stop_times.txt" 4903388 4903389 "trip_id,stop_sequence" "446033346,18"
"stop_times.txt" 4903676 4903677 "trip_id,stop_sequence" "446033350,18"
duplicate_route_name WARNING 3876

duplicate_route_name

Two distinct routes have either the same route_short_name, the same route_long_name, or the same combination of route_short_name and route_long_name.

All routes of the same route_type with the same agency_id should have unique combinations of route_short_name and route_long_name.

Note that there may be valid cases where routes have the same short and long name, e.g., if they serve different areas. However, different directions must be modeled as the same route.

Example of bad data:

route_id route_short_name route_long_name
route1 U1 Southern
route2 U1 Southern

You can see more about this notice here.

Only the first 50 of 3876 affected records are displayed below.

csvRowNumber1 (?) The row number of the first occurrence. routeId1 (?) The id of the the first occurrence. csvRowNumber2 (?) The row number of the other occurrence. routeId2 (?) The id of the the other occurrence. routeShortName (?) Common `routes.route_short_name`. routeLongName (?) Common `routes.route_long_name`. routeTypeValue (?) Common `routes.route_type`. agencyId (?) Common `routes.agency_id`.
2 "1" 3 "2" "1" "KADIKÖY - KİRAZLITEPE" 3 "1"
4 "3" 5 "4" "1" "KİRAZLITEPE - KADIKÖY" 3 "1"
4 "3" 6 "5" "1" "KİRAZLITEPE - KADIKÖY" 3 "1"
4 "3" 7 "6" "1" "KİRAZLITEPE - KADIKÖY" 3 "1"
10 "10" 11 "11" "10A" "ATAŞEHİR TIP MERKEZİ - ESATPAŞA" 3 "1"
10 "10" 12 "12" "10A" "ATAŞEHİR TIP MERKEZİ - ESATPAŞA" 3 "1"
13 "13" 14 "14" "10A" "ESATPAŞA - ATAŞEHİR TIP MERKEZİ" 3 "1"
13 "13" 15 "15" "10A" "ESATPAŞA - ATAŞEHİR TIP MERKEZİ" 3 "1"
17 "17" 19 "19" "10B" "BOSTANCI - KADIKÖY" 3 "1"
20 "21" 21 "22" "10E" "KADIKÖY - ESATPAŞA" 3 "1"
22 "23" 23 "24" "10E" "ESATPAŞA - KADIKÖY" 3 "1"
28 "29" 29 "30" "11" "ŞEHİT EROL OLÇOK - YENİDOĞAN PERONLAR" 3 "1"
28 "29" 30 "31" "11" "ŞEHİT EROL OLÇOK - YENİDOĞAN PERONLAR" 3 "1"
28 "29" 31 "32" "11" "ŞEHİT EROL OLÇOK - YENİDOĞAN PERONLAR" 3 "1"
32 "33" 34 "35" "11" "YENİDOĞAN PERONLAR - ALTUNİZADE METROBÜS" 3 "1"
32 "33" 37 "38" "11" "YENİDOĞAN PERONLAR - ALTUNİZADE METROBÜS" 3 "1"
39 "40" 40 "41" "11A" "ŞEHİT ÇETİN CAN - NİŞANTEPE" 3 "1"
43 "44" 47 "48" "11A" "ÖZYEĞİN ÜNİVERSİTESİ ALT KAPI - ŞEHİT EROL OLÇOK" 3 "1"
51 "54" 52 "55" "11C" "HATTAT HASAN ÇELEBİ CADDESİ - ÜSKÜDAR MARMARAY" 3 "1"
54 "57" 55 "58" "11ÇB" "ELMALIKENT - KAVACIK AKTARMA" 3 "1"
54 "57" 56 "59" "11ÇB" "ELMALIKENT - KAVACIK AKTARMA" 3 "1"
54 "57" 57 "60" "11ÇB" "ELMALIKENT - KAVACIK AKTARMA" 3 "1"
60 "63" 61 "64" "11ÇB" "KAVACIK AKTARMA - ELMALIKENT" 3 "1"
60 "63" 62 "65" "11ÇB" "KAVACIK AKTARMA - ELMALIKENT" 3 "1"
60 "63" 63 "66" "11ÇB" "KAVACIK AKTARMA - ELMALIKENT" 3 "1"
68 "71" 70 "73" "11E" "HAREM PERONLAR 2 - ESATPAŞA" 3 "1"
81 "84" 82 "85" "11G" "YENİDOĞAN PERONLAR - MERVE CADDESİ" 3 "1"
83 "86" 84 "87" "11H" "TEPEÜSTÜ - ÇİFTEÇINARLAR" 3 "1"
83 "86" 85 "88" "11H" "TEPEÜSTÜ - ÇİFTEÇINARLAR" 3 "1"
83 "86" 87 "90" "11H" "TEPEÜSTÜ - ÇİFTEÇINARLAR" 3 "1"
83 "86" 88 "91" "11H" "TEPEÜSTÜ - ÇİFTEÇINARLAR" 3 "1"
89 "92" 90 "93" "11H" "ÇİFTEÇINARLAR - TEPEÜSTÜ" 3 "1"
89 "92" 91 "94" "11H" "ÇİFTEÇINARLAR - TEPEÜSTÜ" 3 "1"
89 "92" 94 "97" "11H" "ÇİFTEÇINARLAR - TEPEÜSTÜ" 3 "1"
89 "92" 95 "98" "11H" "ÇİFTEÇINARLAR - TEPEÜSTÜ" 3 "1"
89 "92" 96 "99" "11H" "ÇİFTEÇINARLAR - TEPEÜSTÜ" 3 "1"
89 "92" 97 "100" "11H" "ÇİFTEÇINARLAR - TEPEÜSTÜ" 3 "1"
98 "101" 100 "103" "11K" "HAREM PERONLAR 2 - KAZIM KARABEKİR" 3 "1"
136 "148" 137 "149" "11T" "HAREM PERONLAR 2 - ACARLAR SİTESİ" 3 "1"
138 "150" 140 "152" "11T" "ACARLAR SİTESİ - HAREM PERONLAR 2" 3 "1"
146 "158" 148 "160" "11ÜS" "ÜSKÜDAR MARMARAY - SULTANBEYLİ PERONLAR" 3 "1"
155 "167" 157 "169" "11ÜS" "SULTANBEYLİ PERONLAR - ÜSKÜDAR" 3 "1"
156 "168" 159 "172" "11ÜS" "SARIGAZİ MERKEZ - SULTANBEYLİ PERONLAR" 3 "1"
166 "179" 167 "180" "11Y" "YAVUZTÜRK SİTELER - DALGIÇ KENT" 3 "1"
168 "181" 169 "182" "12" "MARMARAY - KADIKÖY ÜSKÜDAR" 3 "1"
170 "183" 171 "184" "12" "KADIKÖY - ÜSKÜDAR MARMARAY" 3 "1"
170 "183" 172 "185" "12" "KADIKÖY - ÜSKÜDAR MARMARAY" 3 "1"
174 "188" 175 "189" "121A" "ÇİFTEÇINARLAR - MECİDİYEKÖY MEZARLIK" 3 "1"
181 "197" 184 "201" "121B" "KAVACIK AKTARMA - MECİDİYEKÖY VİYADÜK" 3 "1"
181 "197" 194 "211" "121B" "KAVACIK AKTARMA - MECİDİYEKÖY VİYADÜK" 3 "1"
missing_recommended_file WARNING 1

missing_recommended_file

A recommended file is missing.

You can see more about this notice here.

filename (?) The name of the faulty file.
"feed_info.txt"
mixed_case_recommended_field WARNING 87546

mixed_case_recommended_field

This field has customer-facing text and should use Mixed Case (should contain upper and lower case letters).

This field contains customer-facing text and should use Mixed Case (upper and lower case letters) to ensure good readability when displayed to riders. Avoid the use of abbreviations throughout the feed (e.g. St. for Street) unless a location is called by its abbreviated name (e.g. “JFK Airport”). Abbreviations may be problematic for accessibility by screen reader software and voice user interfaces.

Good examples:
Field Text Dataset
"Schwerin, Hauptbahnhof" Verkehrsverbund Berlin-Brandenburg
"Red Hook/Atlantic Basin" NYC Ferry
"Campo Grande Norte" Carris
Bad examples:
Field Text
"GALLERIA MALL"
"3427 GG 17"
"21 Clark Rd Est"

You can see more about this notice here.

Only the first 50 of 87546 affected records are displayed below.

filename (?) Name of the faulty file. fieldName (?) Name of the faulty field. fieldValue (?) Faulty value. csvRowNumber (?) The row number of the faulty record.
"routes.txt" "route_long_name" "KADIKÖY - KİRAZLITEPE" 2
"routes.txt" "route_long_name" "KADIKÖY - KİRAZLITEPE" 3
"routes.txt" "route_desc" "SAATLER FERAH CADDESİNDEN GİDER." 3
"routes.txt" "route_long_name" "KİRAZLITEPE - KADIKÖY" 4
"routes.txt" "route_long_name" "KİRAZLITEPE - KADIKÖY" 5
"routes.txt" "route_desc" "SAATLER FERAH CADDESİNDEN GİDER." 5
"routes.txt" "route_long_name" "KİRAZLITEPE - KADIKÖY" 6
"routes.txt" "route_long_name" "KİRAZLITEPE - KADIKÖY" 7
"routes.txt" "route_long_name" "BOSTANCI PERONLAR - ÜMRANİYE DEVLET HASTANESİ ACİL" 8
"routes.txt" "route_long_name" "ÜMRANİYE EĞİTİM ARAŞTIRMA HASTANESİ - BOSTANCI GÖSTERİ MERKEZİ" 9
"routes.txt" "route_long_name" "ATAŞEHİR TIP MERKEZİ - ESATPAŞA" 10
"routes.txt" "route_long_name" "ATAŞEHİR TIP MERKEZİ - ESATPAŞA" 11
"routes.txt" "route_long_name" "ATAŞEHİR TIP MERKEZİ - ESATPAŞA" 12
"routes.txt" "route_long_name" "ESATPAŞA - ATAŞEHİR TIP MERKEZİ" 13
"routes.txt" "route_long_name" "ESATPAŞA - ATAŞEHİR TIP MERKEZİ" 14
"routes.txt" "route_desc" "SEFERLER KARLIDERE CADDESİNDEN HİZMET VERİR." 14
"routes.txt" "route_long_name" "ESATPAŞA - ATAŞEHİR TIP MERKEZİ" 15
"routes.txt" "route_long_name" "KADIKÖY - KOCAYOL CADDESİ" 16
"routes.txt" "route_long_name" "BOSTANCI - KADIKÖY" 17
"routes.txt" "route_long_name" "BOSTANCI - KOCAYOL CADDESİ" 18
"routes.txt" "route_long_name" "BOSTANCI - KADIKÖY" 19
"routes.txt" "route_long_name" "KADIKÖY - ESATPAŞA" 20
"routes.txt" "route_long_name" "KADIKÖY - ESATPAŞA" 21
"routes.txt" "route_long_name" "ESATPAŞA - KADIKÖY" 22
"routes.txt" "route_long_name" "ESATPAŞA - KADIKÖY" 23
"routes.txt" "route_long_name" "ELMALIKENT - KADIKÖY" 24
"routes.txt" "route_long_name" "İSKELE - ALTBOSTANCI" 25
"routes.txt" "route_long_name" "ALTBOSTANCI - İSKELE" 26
"routes.txt" "route_long_name" "ALTBOSTANCI - ALTBOSTANCI" 27
"routes.txt" "route_long_name" "ŞEHİT EROL OLÇOK - YENİDOĞAN PERONLAR" 28
"routes.txt" "route_long_name" "ŞEHİT EROL OLÇOK - YENİDOĞAN PERONLAR" 29
"routes.txt" "route_long_name" "ŞEHİT EROL OLÇOK - YENİDOĞAN PERONLAR" 30
"routes.txt" "route_long_name" "ŞEHİT EROL OLÇOK - YENİDOĞAN PERONLAR" 31
"routes.txt" "route_long_name" "YENİDOĞAN PERONLAR - ALTUNİZADE METROBÜS" 32
"routes.txt" "route_long_name" "YENİDOĞAN PERONLAR - ŞEHİT EROL OLÇOK" 33
"routes.txt" "route_desc" "HATTIMIZ 13:20'YE KADAR RİNG OLARAK HİZMET VERİR." 33
"routes.txt" "route_long_name" "YENİDOĞAN PERONLAR - ALTUNİZADE METROBÜS" 34
"routes.txt" "route_long_name" "YENİDOĞAN PERONLAR - OSMANGAZİ CADDESİ" 35
"routes.txt" "route_long_name" "MERVE CADDESİ - ALTUNİZADE METROBÜS" 36
"routes.txt" "route_desc" "UYSAL CADDESİ GÜZERGAHINDAN HİZMET VERİR." 36
"routes.txt" "route_long_name" "YENİDOĞAN PERONLAR - ALTUNİZADE METROBÜS" 37
"routes.txt" "route_long_name" "ŞEHİT EROL OLÇOK - ÖZYEĞİN ÜNİVERSİTESİ ALT KAPI" 38
"routes.txt" "route_long_name" "ŞEHİT ÇETİN CAN - NİŞANTEPE" 39
"routes.txt" "route_long_name" "ŞEHİT ÇETİN CAN - NİŞANTEPE" 40
"routes.txt" "route_long_name" "ŞEHİT EROL OLÇOK - TEV EZEL GÜLEN KIRAY MTA LİSESİ" 41
"routes.txt" "route_long_name" "HAREM PERONLAR - TEV EZEL GÜLEN KIRAY MTA LİSESİ" 42
"routes.txt" "route_long_name" "ÖZYEĞİN ÜNİVERSİTESİ ALT KAPI - ŞEHİT EROL OLÇOK" 43
"routes.txt" "route_long_name" "NİŞANTEPE - HORHOR" 44
"routes.txt" "route_long_name" "NİŞANTEPE - NİŞANTEPE CADDESİ" 45
"routes.txt" "route_long_name" "TEV EZEL GÜLEN KIRAY MTA LİSESİ - ALTUNİZADE METROBÜS" 46
same_name_and_description_for_route WARNING 1

same_name_and_description_for_route

Same name and description for route.

The GTFS spec defines routes.txt route_desc as:

Description of a route that provides useful, quality information. Do not simply duplicate the name of the route.

See the GTFS and GTFS Best Practices links below for more examples of how to populate the route_short_name, route_long_name, and route_desc fields.

You can see more about this notice here.

csvRowNumber (?) The row number of the faulty record. routeId (?) The id of the faulty record. routeDesc (?) The `routes.routes_desc` of the faulty record. specifiedField (?) Either `route_short_name` or `route_long_name`.
8142 "56451" "SABIHA GÖKÇEN HAVALIMANI - KARTAL METRO" "route_long_name"
stop_without_stop_time WARNING 1349

stop_without_stop_time

A stop in stops.txt is not referenced by any stop_times.stop_id.

Such stops are not used by any trip and normally do not provide user value. This notice may indicate a typo in stop_times.txt.

You can see more about this notice here.

Only the first 50 of 1349 affected records are displayed below.

csvRowNumber (?) The row number of the faulty record. stopId (?) The id of the faulty stop. stopName (?) The name of the faulty stop.
46 "5249742" "AKINCILAR MAHALLESİ"
65 "290314" "MEVLANA CADDESİ"
141 "510977" "KEMERPARK EVLERİ"
172 "509475" "BİZİMEVLER"
174 "292247" "ESENBAHÇE CAMİİ"
176 "292249" "MERTER ÇEŞME CADDESİ"
239 "909479" "İ.Ü. CERRAHPAŞA AVC. KAMP."
257 "290391" "ÇEŞME YOLU CADDESİ"
299 "509694" "DR.İFFET ONUR İLKOKULU"
318 "284360" "OKLALI KÖYÜ"
380 "659560" "İBNİ SİNA İLKOKULU"
385 "290980" "ARMUTTARLA"
448 "509501" "MEHMETÇİK SOKAK"
455 "578309" "FATİH SULTAN MEHMET ERKEK ÖĞRENCİ YURDU"
457 "510991" "AYAZMA CADDESİ"
458 "510992" "SAĞLIK OCAĞI"
480 "693009" "İMAM MUSTAFA EFENDİ CAMİİ"
492 "693020" "YENİBOSNA BEŞYOL"
537 "509712" "HALKALI MEYDAN"
538 "578983" "FATİH MAHALLESİ SAĞLIK OCAĞI"
568 "291004" "FUZULİ SOKAK"
569 "291005" "BİRLİK SANAYİ SİTESİ"
572 "291008" "BARIŞ MAHALLESİ"
575 "802124" "BÜYÜKÇEKMECE DEVLET HASTANESİ"
577 "511000" "ESENLER BİLİM PARKI"
590 "578985" "ŞEHİT YILMAZ KAĞAN CADDESİ"
591 "578986" "30/8A SOKAK"
604 "509724" "GARİP SOKAK"
605 "292308" "1953.SOKAK"
606 "292309" "1953.SOKAK"
607 "292312" "1942.SOKAK"
618 "508717" "MİKDAT AĞAOĞLU ÇOK PROGRAMLI ANADOLU LİSESİ"
619 "508718" "MİKDAT AĞAOĞLU ÇOK PROGRAMLI ANADOLU LİSESİ"
663 "579003" "YENİ MAHALLE METRO"
699 "5252449" "ÇINAR MAHALLESİ"
707 "579023" "ORHANGAZİ CADDESİ"
722 "291028" "BAKIRCILAR CAMİİ"
747 "509738" "HZ.ALİ CAMİİ"
748 "509739" "HZ.ALİ CAMİİ"
753 "5250586" "MAHMUTBEY METRO"
815 "579443" "EMİNÖNÜ TRANSİT"
822 "579444" "MERHABA"
823 "579445" "MERHABA"
824 "579446" "AĞAHAMAMI"
825 "579447" "AĞAHAMAMI"
828 "5249934" "İSTANBUL HASTANESİ"
865 "578838" "TOPKAPI PANORAMA 1453"
893 "579493" "LALELİ"
894 "579494" "LALELİ"
895 "579495" "BEYAZIT ÜNİVERSİTE"
unknown_column INFO 2

unknown_column

A column name is unknown.

You can see more about this notice here.

filename (?) The name of the faulty file. fieldName (?) The name of the unknown column. index (?) The index of the faulty column.
"calendar.txt" "service_name" 2
"routes.txt" "route_code" 7
unsorted_stop_times INFO 1281

unsorted_stop_times

Stop times are not sorted by trip_id and stop_sequence.

'stop_times.txt' entries for a given trip are not sorted by stop_sequence, or are not contiguous in the file.

You can see more about this notice here.

Only the first 50 of 1281 affected records are displayed below.

tripId (?) The faulty record's trip_id. startCsvRowNumber (?) CSV row number of the first stop_times entry for this trip. endCsvRowNumber (?) CSV row number of the last stop_times entry for this trip.
"445952419" 5632596 5632643
"445991974" 830407 830464
"445991960" 456301 456365
"445952366" 3462826 3462878
"445991908" 5639413 5639460
"445952308" 3478581 3478633
"445952288" 3478528 3478580
"445952210" 3478431 3478483
"445991788" 5633748 5633795
"445986337" 5633988 5634035
"445952949" 947917 947960
"445952979" 947301 947344
"445952915" 947873 947916
"446016714" 454871 454935
"446016702" 5638309 5638356
"445952893" 5632644 5632691
"445952799" 448371 448435
"445952757" 3478969 3479021
"445952771" 3479066 3479118
"445952717" 3478775 3478827
"445952739" 3478872 3478924
"445952691" 3478678 3478730
"446041784" 2237067 2237097
"446041786" 2237259 2237289
"446041790" 2237290 2237320
"446041788" 2237098 2237128
"446002207" 5573744 5573783
"446002208" 5573984 5574023
"445972196" 829653 829710
"445972178" 451881 451945
"445947175" 3467281 3467333
"445986740" 4708204 4708244
"445986758" 5634036 5634083
"445947111" 5634612 5634659
"445947135" 450256 450320
"445986691" 52731 52762
"445986571" 4707179 4707219
"445986516" 52347 52378
"445986443" 456561 456625
"445986411" 5639557 5639604
"445947556" 1900535 1900600
"445947558" 1900865 1900930
"445947560" 1900601 1900666
"445947565" 1900667 1900732
"445947583" 450386 450450
"446021952" 619941 619983
"445972430" 5639221 5639268
"445972446" 456106 456170
"445947438" 949193 949236
"445947419" 949149 949192