Sadless74 / googletransitdatafeed

Automatically exported from code.google.com/p/googletransitdatafeed
0 stars 0 forks source link

Validator error msg: Duplicate stop_ID reported for discrete values #219

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.run attached zip file in Feed Validator
2.any stop_id for rows  398 & 399 will be error msg as duplicate stop_id
3. stops are across the street, but not the same

What is the expected output? What do you see instead?
allow stop_id 14_30 and 14_33 as unique values, without duplicate ID error 
msg

What version of the product are you using? On what operating system?
1.2.5 on XP & Chrome (new to using chrome for Feed testing)

Please provide any additional information below.
i varied the name of the stops and the error continued to be reported
when the stop name was changed I did not see any message that the stop_id 
was not used in any feed, this was uncommond
thank you

Original issue reported on code.google.com by action...@gmail.com on 26 Jan 2010 at 5:28

Attachments:

GoogleCodeExporter commented 9 years ago
Hello,

Looking at that feed it seems there are two stops with ID 14_30 and two stops 
with ID 
14_33. Lines 297 and 398 of stops.txt both have a stop with ID 14_30, and lines 
300 
and 399 both have a stop with ID 13_33 - hence the two duplicate IDs error.

They are not related to each other, though I agree that it's very easy to 
misinterpret the error message - especially in this case where both duplicates 
have 
the same name.

Does that help?

- André

Original comment by a...@google.com on 26 Jan 2010 at 2:12

GoogleCodeExporter commented 9 years ago
Forgot to mention that changing the ID of the last two (duplicate) trips in 
stops.txt 
to something else triggered the "Unused Stops" warning for me, using the 1.2.5 
Windows binaries. 

Did you change the stop_id field (which would trigger this warning) or the 
stop_name 
(which would not, since this validation is performed based on stop_id)? 

If you changed stop_id to something else and do not see the warning could you 
please 
reopen this bug and attach both the feed with unused stops and the 
corresponding 
validation-results.html file?

Thanks!
- André

Original comment by a...@google.com on 26 Jan 2010 at 2:38

GoogleCodeExporter commented 9 years ago

Original comment by bdfer...@google.com on 26 Sep 2014 at 4:41