diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..399e06d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+__pycache__/
+out/
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..94a9ed0
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,674 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ Copyright (C)
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+.
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..731fb61
--- /dev/null
+++ b/README.md
@@ -0,0 +1,116 @@
+# efa2gtfs
+
+### Credits
+
+This project was inspired by dmccue's efa2gtfs, a collection of helpful scripts to extract efa data, convert it into gtfs and visualize it.
+
+### Description
+
+efa2gtfs extracts GTFS data from MDV's EFA.
+
+MDV (Mentz Datenverarbeitung) is a german software company that makes transport and timetable software.
+
+Their product known as "Elektronische Fahrplanauskunft" (EFA) provides an XML/JSON based API
+https://de.wikipedia.org/wiki/Elektronische_Fahrplanauskunft
+https://www.mentzdv.de
+
+GTFS is the open General Transit Feed Specification, commonly used by google maps:
+https://github.com/google/transitfeed/wiki
+
+Please feel free to contribute, accepting pull requests
+
+This project is in no way affiliated with any of the companies or products mentioned
+
+### Related projects
+
+EFA was previously known as diva and some projects exist for converting the previous format to gtfs
+https://github.com/stkdiretto/diva2gtfs
+
+OpenEFA has some documentation relating to the API
+https://code.google.com/p/openefa
+
+Golang client for EFA
+https://github.com/michiwend/goefa
+
+### EFA API documentation
+
+- http://data.linz.gv.at/katalog/linz_ag/linz_ag_linien/fahrplan/LINZ_AG_Linien_Schnitstelle_EFA_v7_Echtzeit.pdf
+
+- http://content.tfl.gov.uk/journey-planner-api-documentation.pdf
+
+### How to run
+#### Configuration
+To import departures from an efa endpoint, configure the following parameters in the config.ini:
+
+ [default]
+ BaseURL: http://www.efa-bw.de/nvbw/
+ SleepInterval: 0.1
+ StopsFile: examples/stops.txt
+ SkipUntilStop:
+
+
+| Parameter | Description | Example |
+| --------------- |:-----------------|:---------------|
+| BaseURL | URL of the efa endpoint | http://www.efa-bw.de/nvbw/ |
+| SleepInterval | seconds to wait before performing another request to the efa server| 0.1|
+| StopsFile | csv file with stop_ids in first column | examples/stops.txt |
+| SkipUntilStop | First stop that should be requested, all stops before this are skipped |7023124 |
+
+#### Crawling and caching efa departures
+The download can be started as follows:
+
+ import datetime
+ from efa2gtfs.crawler import EfaCrawler
+
+ efa_crawler = efa2gtfs.crawler.EfaCrawler()
+ start = datetime.datetime(2018,7, 13, 1, 0)
+ end = datetime.datetime(2018,7, 16, 1, 0)
+ efa_crawler.load_trips_between(start, end, './out/cached_efa_responses')
+
+As start/endtime, a date/time range from friday (begin of service) to sunday (end of service) should be specified.
+
+Note: depending on the number of stops, the total download size might become quite large. E.g. Baden-Württemberg takes ~150.000 files with a total size of 110GB, total import duration.
+
+#### Parsing trips and generating GTFS
+To parse the dm_response files retrieved via the crawler and generate GTFS from these, proceed as follows:
+
+ import efa2gtfs.converter
+
+ e2g = efa2gtfs.converter.Converter()
+ networks_to_ignore = ['vvs','frb','vrn']
+ e2g.import_from_dir('examples/efa_files_cache', networks_to_ignore)
+ e2g.export_gtfs('out/examples/gtfs.zip', 'out/gtfs')
+
+### Progress
+
+From: https://developers.google.com/transit/gtfs/reference
+
+| Filename | Required | Status |
+| --------------- |:-----------------:| ---------------:|
+| agency.txt | y | Incomplete - Manual editing afterwards required |
+| stops.txt | y | Complete |
+| routes.txt | y | Complete |
+| trips.txt | y | Complete |
+| stop_times.txt | y | Complete |
+| calendar.txt | y | Static - Rudimentary support |
+| calendar_dates.txt | y | Static - Rudimentary support |
+| fare_attributes.txt | n | |
+| fare_rules.txt | n | |
+| shapes.txt | n | |
+| frequencies.txt | n | |
+| transfers.txt | n | |
+| feed_info.txt | y | Static - Work in progress|
+
+### Known issues
+#### Efa data quality issues
+For efa-bw, we encountered various data quality issues (e.g., flipped lat/lon for stop coordinates, wrong or not provided stop locations or ids, non-chronological stop ordering in stop sequences). To discover such issues, we recommend doing some quality checks using google's transitfeed/veedvalidator. To handle such data issues, we introduced various patching mechanisms, which can be configured.
+#### calender and calender_dates
+Currently, efa2gtfs only differentiates between monday-friday, saturday and sunday trips, i.e., holydays or pre-holiday schedules are not taken into account yet.
+#### start/end of service day
+Currently, efa2gtfs assumes that trips starting between 0am and 4am belong to the preceding service day, which will not be correct for every route.
+#### Feed info
+From efa, we use the 'network' information to create an agency "stub" with limited data. The agencies information has to be added manually.
+#### Feed validity period
+The feed validity period is hard coded. If you want to change it, you currently need to edit the feed_info.txt manually. Ideally, it should be extracted from dmResponse dateTime/ttpFrom/ and dateTime/ttpTo.
+### Further issues
+Well, there will be further issues. If you encounter any, please file an issue report. Fixes or enhancement contributions are welcome.
\ No newline at end of file
diff --git a/config.ini b/config.ini
new file mode 100644
index 0000000..5dc6b0d
--- /dev/null
+++ b/config.ini
@@ -0,0 +1,5 @@
+[default]
+BaseURL: http://www.efa-bw.de/nvbw/
+SleepInterval: 0.1
+StopsFile: examples/stops.txt
+SkipUntilStop:
diff --git a/efa2gtfs/__init__.py b/efa2gtfs/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/efa2gtfs/converter.py b/efa2gtfs/converter.py
new file mode 100644
index 0000000..99de4a0
--- /dev/null
+++ b/efa2gtfs/converter.py
@@ -0,0 +1,414 @@
+import json, glob
+import traceback
+import itertools
+import os
+from efa2gtfs import util
+from efa2gtfs.store import GtfsStore
+from efa2gtfs import efa
+
+class Converter():
+ agencies = {}
+ current_file = ''
+ agency_counter = 0
+ agencies_to_ignore = []
+ gtfs_store = GtfsStore()
+
+ pointGids_ok = {}
+ pointGids_not_ok = {}
+ fixed_coords = {}
+ fix_stop_id_in_trip = {}
+ # Workaround for corrupted data. For one route, we want to ignore some out of sequence stops
+ stops_to_ignore= {}
+ route_to_fix_stop_times = {}
+
+ def export_gtfs(self, gtfs_filename, out_dir_name):
+ if not os.path.exists(out_dir_name): os.makedirs(out_dir_name)
+ self.gtfs_store.export(gtfs_filename, out_dir_name)
+
+ def import_from_dir(self, dir_name, agencies_to_ignore = None):
+ '''Iterates over all *.json files in DIR_NAME. The json file is assumed to be
+ in DM-Request response format and to contain service lines.'''
+
+ self.gtfs_store.init_static_content()
+
+ if agencies_to_ignore:
+ self.agencies_to_ignore += agencies_to_ignore
+
+ pattern = dir_name+'/*.json'
+ cnt = 0
+ for fname in glob.iglob(pattern):
+ try:
+ cnt += 1
+ print('Load ', fname, '(', cnt,'/?)')
+ self.extract_gtfs_info_from_dm_response_file(fname)
+ except Exception as err:
+ traceback.print_exc()
+ self.gtfs_store.filter_unused_stops()
+
+ def extract_gtfs_info_from_dm_response_file(self, fname):
+ with open(fname, "r", encoding="utf-8") as f:
+ self.current_file = fname
+ content = f.read()
+ dm_response = json.loads(content)
+ efa_dm_response = efa.DmResponse(dm_response)
+ try:
+ self.extract_gtfs_info_from_dm_response(efa_dm_response)
+ except (TypeError, ValueError, KeyError) as err:
+ print("Uncaught exception parsing file ", fname)
+ raise
+
+ def extract_gtfs_info_from_dm_response(self, dm_response):
+ '''Extracts stop, route, trip and stop_time information from DM_RESPONSE
+ and caches it.'''
+ self.gtfs_store.cache(self.process_stop_via_points(dm_response), self.gtfs_store.stops)
+ self.gtfs_store.cache(self.process_stops_via_stop_sequences(dm_response).values(), self.gtfs_store.stops)
+ self.gtfs_store.cache(self.process_routes(dm_response), self.gtfs_store.routes)
+ self.gtfs_store.cache(self.process_trips(dm_response), self.gtfs_store.trips)
+ self.gtfs_store.cache(self.process_stop_times(dm_response), self.gtfs_store.stop_times, 2)
+
+ # ---- 1 --------------------------------------------------
+ def process_stop_via_points(self, efa_dm_response):
+ '''Extracts stops from dm/points/(point) information. Note: At least for efa-bw,
+ usually only a single point is returned, which seems to be a kind of parent stop.
+ TODO: Probably other efa instances return points for each plattforms.'''
+
+ points = []
+
+ for point in efa_dm_response.points:
+ stop_id = point.id
+ rec_coords = self.retrieve_coords(point.coords, stop_id)
+
+ # stop_id,stop_name,stop_lat,stop_lon,source
+ points.append([
+ stop_id,
+ point.name,
+ '', # no platform_code for "parent" station
+ *rec_coords,
+ self.current_file[-20:],
+ ])
+ return points
+
+ # ---- 2 --------------------------------------------------
+ def process_stops_via_stop_sequences(self, efa_dm_response):
+ '''Extracts stops from every departure's stop sequences. Note: the current stop is
+ not extracted, as this is done via the dm/points/point.'''
+ out_stops = {}
+
+ for trip in efa_dm_response.trips:
+ self.process_stops_from_seq(trip.prev_stops, out_stops)
+ self.process_stops_from_seq(trip.onward_stops, out_stops)
+
+ return out_stops
+
+ def retrieve_stop_id(self, stop):
+ return self.fix_stop_id(stop.stop_id, stop)
+
+ def fix_stop_id(self, candidate_id, stop):
+
+ if not stop.is_point_gid_consistent_wih_gid:
+ (point_gid_prefix, point_gid_area, point_gid_platform) = stop.point_gid.rsplit(':',2)
+ if point_gid_prefix in self.pointGids_not_ok and stop.gid==self.pointGids_not_ok[point_gid_prefix]:
+ return "{}:{}:{}".format(self.pointGids_not_ok[point_gid_prefix], point_gid_area, point_gid_platform)
+ elif candidate_id in self.pointGids_ok:
+ # error is assumed to be in gid, not pointGid
+ return candidate_id
+ else:
+ print("WARN: pointGid {} does not start with gid {} in file {}", stop.point_gid, stop.gid, self.current_file)
+
+ return candidate_id
+
+ def retrieve_coords(self, coords, stop_id):
+ if stop_id in self.fixed_coords:
+ return self.fixed_coords[stop_id]
+ if coords == '':
+ return ['', '']
+ rec_coords = coords.split(',')
+ lon = float(rec_coords[0]) / 1000000.0
+ lat = float(rec_coords[1]) / 1000000.0
+ # FIXME fixing coord order currently only works for coords in germany's bounds()
+ if lon > lat:
+ print("WARN: swapped lat/lon as order seemed to be broken for stop {} (coords: {}, {}). Might be wrong for non-German efa instances!", stop_id, lat, lon)
+ return [lon,lat]
+ else:
+ return [lat,lon]
+
+ def process_stops_from_seq(self, stop_sequence, stops):
+ ''' Extracts stops from supplied stop_sequence.'''
+ for stop in stop_sequence:
+ try:
+ id = self.retrieve_stop_id(stop)
+
+ if id in stops:
+ continue
+ # only if stop not already existant extract stops
+
+ platform_code = stop.platform
+ rec_coords = self.retrieve_coords(stop.coords, id)
+ stop_name = stop.name
+
+ # stop_id,stop_name,platform_code,stop_lat,stop_lon,source
+ row = [
+ id,
+ stop_name,
+ platform_code,
+ *rec_coords,
+ self.current_file[-20:],
+ ]
+ stops[id] = row
+ except ValueError as err:
+ print("ERROR processing stop: ", err)
+ print(stop)
+ except KeyError as err:
+ print("ERROR processing stop: ", err)
+ print(stop)
+ raise
+
+ def _should_ignore(self, network, route_type):
+ '''Ignore routes/trips/stoptimes for routes from agencies
+ which should be ignored AND are not ON DEMAND
+ (type 715), as this seems not to be published in GTFS
+ currently, but we are interested in...'''
+ return network in self.agencies_to_ignore and route_type != 715
+
+ # ---- 3 --------------------------------------------------
+ def process_routes(self, efa_dm_response):
+ #out_routes = self.process_routes_from_servingLines(efa_dm_response)
+
+ out_routes = self.process_routes_from_departures(efa_dm_response)
+
+ return out_routes
+
+ def process_routes_from_servingLines(self, efa_dm_response):
+ out_routes = []
+ #route_id,agency_id,route_short_name,route_long_name,route_type,route_url,route_color,route_text_color
+ for line in efa_dm_response.lines:
+ network = line.network
+ if self._should_ignore(network, line.route_type):
+ continue
+
+ agency_id = self.retrieve_agency_id(network)
+ route_desc = '' # servingLines has no itdNoTrain
+ route_type_and_colors = line.route_type_and_colors
+
+ row = [
+ line.route_id,
+ agency_id,
+ self.route_short_name,
+ self.route_long_name,
+ route_desc,
+ *route_type_and_colors
+ ]
+ out_routes.append(row)
+ return out_routes
+
+ def process_routes_from_departures(self, efa_dm_response):
+ out_routes = []
+
+ for trip, network, route_type_and_colors in self.trips_network_type(efa_dm_response):
+ line = trip.serving_line
+ agency_id = self.retrieve_agency_id(network)
+ route_id = trip.route_id
+ route_short_name = line['number']
+
+ if 'directionFrom' in line:
+ route_long_name = line['directionFrom'] + ' - ' + line['direction']
+ else:
+ route_long_name = line['direction']
+
+ if len(route_short_name) > 6:
+ #print("WARN: route_short_name '{}' > 6 chars, trying to shorten it, file: {}".format(route_short_name, self.current_file))
+ route_short_name = route_short_name.split(' ')[0]
+ if len(route_short_name) > 6 and not any(char.isdigit() for char in route_short_name):
+ route_short_name = ''
+
+ route_desc = '' if not 'itdNoTrain' in line else line['itdNoTrain']
+
+ row = [
+ route_id,
+ agency_id,
+ route_short_name,
+ route_long_name,
+ route_desc,
+ *route_type_and_colors
+ ]
+ out_routes.append(row)
+
+ return out_routes
+
+ # ---- 4 --------------------------------------------------
+ def process_trips(self, efa_dm_response):
+ out_trips = []
+
+ #trip_id,route_id,service_id,trip_headsign
+ for trip in self.filtered_trips(efa_dm_response):
+ row = [
+ trip.trip_id,
+ trip.route_id,
+ trip.service_id,
+ trip.direction
+ ]
+ out_trips.append(row)
+
+ return out_trips
+
+ # ---- 5 --------------------------------------------------
+ def process_stop_times(self, efa_dm_response):
+ out_stop_times = []
+ for trip in self.filtered_trips(efa_dm_response):
+ out_stop_times.extend(self.process_stop_times_for_trip(trip))
+
+ return out_stop_times
+
+ def filtered_trips(self, efa_dm_response):
+ for trip, network, route_type_and_colors in self.trips_network_type(efa_dm_response):
+ yield trip
+
+ def trips_network_type(self, efa_dm_response):
+ for trip in efa_dm_response.trips:
+ network = trip.network
+ route_type_and_colors = trip.route_type_and_colors
+
+ if not self._should_ignore(network, trip.route_type):
+ yield trip, network, route_type_and_colors
+
+ def update_point_gid_for_stop(self, stop, prevStops, onwardStops):
+ for trip_stop in itertools.chain(prevStops, onwardStops):
+ # we replace to stop id with the stateless id of the first prev/onward stop with the same id
+ if trip_stop.id == stop[4] and trip_stop.point_gid:
+ self.gtfs_store.update_stop_id(stop, self.retrieve_stop_id(trip_stop))
+ return
+
+ def update_point_gid(self, trip_id, trip):
+ stops_without_point_gid = self.gtfs_store.stops_without_point_gid(trip_id)
+ for stop in stops_without_point_gid:
+ self.update_point_gid_for_stop(stop, trip.prev_stops, trip.onward_stops)
+
+ def process_stop_times_for_trip(self, trip):
+ trip_id = trip.trip_id
+
+ # we process trip only if was not processed yet, to avoid gtfs issues due to efa inconsistencies
+ if self.gtfs_store.is_stop_times_extracted(trip_id):
+ # but we need to reprocess a trip, since a stop_time might not yet have a stop_id derived from pointGid
+ self.update_point_gid(trip_id, trip)
+ return []
+
+ start_hour_int = trip.start_hour
+ is_on_demand_trip = trip.is_on_demand_trip
+
+ prev_stops = trip.prev_stops
+ onward_stops = trip.onward_stops
+ prev_stop_times = self.process_stop_seq_times(prev_stops, trip_id, 0, start_hour_int,is_on_demand_trip)
+
+ # sometimes current stop is already contained in prevStops or is the first of the onwardStops. Probably if multiple platforms are served. TODO: there is no pointGid for current stop, but probably area/platform?
+ if not (prev_stops and trip.stop_id == prev_stops[-1].id) and not (onward_stops and trip.stop_id == onward_stops[0].id):
+ current_stop_time = self.process_current_stop_time(trip, trip_id, len(prev_stop_times), start_hour_int, is_on_demand_trip)
+ prev_stop_times.append(current_stop_time)
+
+ onward_stop_times = self.process_stop_seq_times(onward_stops, trip_id, len(prev_stop_times), start_hour_int, is_on_demand_trip)
+
+ stop_times = prev_stop_times + onward_stop_times
+ route_id = trip.route_id
+ if route_id in self.route_to_fix_stop_times:
+ stop_times = self.fix_stop_times_order(stop_times)
+ return stop_times
+
+ def fix_stop_times_order(self, stop_times):
+ sorted_stop_times = TripSorter().sort(stop_times)
+ new_idx = 0
+ for stop_time in sorted_stop_times:
+ new_idx += 1
+ if new_idx != int(stop_time[self.SEQ_IDX]):
+ stop_time[self.SEQ_IDX] = new_idx
+ return sorted_stop_times
+
+
+ def process_current_stop_time(self, trip, trip_id, previous_stop_sequence,start_hour_int, is_on_demand_trip):
+ route_id = trip.route_id
+ stop_id = trip.stop_id
+ if route_id in self.fix_stop_id_in_trip and stop_id in self.fix_stop_id_in_trip[route_id]:
+ stop_id = self.fix_stop_id_in_trip[route_id][stop_id]
+ if self._should_ignore_stop(trip_id, stop_id):
+ return []
+
+ current_stop_time = trip.stop_time
+
+ return [
+ trip_id,
+ previous_stop_sequence + 1,
+ current_stop_time,
+ current_stop_time,
+ stop_id,
+ #'', # no headsign
+ self.current_file[-20:], # insert filename as headsign for debugging purposes
+ 2 if is_on_demand_trip else 0,
+ 2 if is_on_demand_trip else 0
+ ]
+
+ def route_id_from_trip_id(self, trip_id):
+ return trip_id.split('-')[0]
+
+ def _should_ignore_stop(self, trip_id, stop_id):
+ route_id = self.route_id_from_trip_id(trip_id)
+ if route_id in self.stops_to_ignore and (stop_id in self.stops_to_ignore[route_id]):
+ print("WARN: Ignore stop {} in trip {}, file {}".format(stop_id, trip_id, self.current_file))
+ return True
+ return False
+
+ def process_stop_seq_times(self, stop_seq, trip_id, stop_sequence, start_hour_int, is_on_demand_trip):
+ out_stop_times = []
+
+ prevStopId = None
+ for stop in stop_seq:
+ # If same stop has multiple halts in sequence, we skip them, as efa seems to report them inconsistently. This different stop counts for the same trip otherwise would result in time travels.
+
+ stop_id = stop.id
+ if stop_id == prevStopId:
+ continue
+ if self._should_ignore_stop(trip_id, stop_id):
+ continue
+
+ stop_stateless_id = self.retrieve_stop_id(stop)
+ route_id = self.route_id_from_trip_id(trip_id)
+
+ if route_id in self.fix_stop_id_in_trip and stop_stateless_id in self.fix_stop_id_in_trip[route_id]:
+ stop_stateless_id = self.fix_stop_id_in_trip[route_id][stop_stateless_id]
+
+ prevStopId = stop_id
+ stop_sequence += 1
+
+ arrDateTime = stop.arrival_date_time
+ depDateTime = stop.departure_date_time
+ #trip_id,stop_sequence,arrival_time,departure_time,stop_id,stop_headsign,pickup_type,drop_off_type
+ row = [
+ trip_id,
+ stop_sequence,
+ util.convert_to_gtfs_time(*(arrDateTime.split(' ')[1].split(':')), start_hour_int)+ ':00',
+ util.convert_to_gtfs_time(*(depDateTime.split(' ')[1].split(':')), start_hour_int)+ ':00',
+ stop_stateless_id,
+ #'', # no headsign
+ self.current_file[-20:], # insert filename as headsign for debugging purposes
+ 2 if is_on_demand_trip else 0,
+ 2 if is_on_demand_trip else 0
+ ]
+ out_stop_times.append(row)
+
+ return out_stop_times
+
+ def retrieve_agency_id(self, network):
+ '''Maps the network name to an already asigned agency_id
+ or assigns a new one and stores this assignment.'''
+ if network in self.agencies:
+ return self.agencies[network]
+ else:
+ self.agency_counter += 1
+ new_id = self.agency_counter
+ self.agencies[network] = new_id
+ agency = [
+ new_id,
+ network,
+ 'http://unknown/',
+ 'Europe/Berlin'
+ ]
+ self.gtfs_store.cache([agency], self.gtfs_store.agencies)
+ return new_id
+
\ No newline at end of file
diff --git a/efa2gtfs/crawler.py b/efa2gtfs/crawler.py
new file mode 100644
index 0000000..fae2375
--- /dev/null
+++ b/efa2gtfs/crawler.py
@@ -0,0 +1,152 @@
+import configparser, requests, datetime, time, os, json
+
+from requests.packages.urllib3.util.retry import Retry
+from requests.adapters import HTTPAdapter
+
+
+
+class EfaCrawler():
+
+ def __init__(self, config_file = 'config.ini', config_section = 'default'):
+ self._config = config = configparser.ConfigParser()
+ self._config.read(config_file)
+ self._config_section = config_section
+ self._session = requests.Session()
+
+ retries = Retry(total=10,
+ backoff_factor=0.1,
+ status_forcelist=[ 500, 502, 503, 504 ])
+
+ self._session.mount('http://', HTTPAdapter(max_retries=retries))
+
+ @property
+ def skip_until_stop(self):
+ return self._config.get(self._config_section,'SkipUntilStop')
+
+ @property
+ def efa_base_url(self):
+ return self._config.get(self._config_section,'BaseURL')
+
+ @property
+ def sleep_interval(self):
+ return float(self._config.get(self._config_section,'SleepInterval'))
+
+ @property
+ def stops_file(self):
+ return self._config.get(self._config_section,'StopsFile')
+
+
+ def _save(self, result_file_name, response):
+ with open(result_file_name, "w", encoding="utf-8" ) as result_file:
+ result_file.write(json.dumps(response, sort_keys = False, indent = 2))
+ print("Wrote {}".format(result_file_name))
+
+ def _as_idt_date_time(self, a_datetime):
+ return (a_datetime.strftime('%y%m%d'),
+ a_datetime.strftime('%H%M'))
+
+ def _get_max_dep_datetime(self, root):
+ '''Iterate over all departures in departurelist and extract maximum datetime'''
+ if not 'departureList' in root or root['departureList'] is None:
+ return None
+ if isinstance(root['departureList'], list):
+ departures = root['departureList']
+ else:
+ departures = [root['departureList']['departure']]
+ last_departure = departures[-1]
+ dt = last_departure['dateTime']
+ return datetime.datetime(
+ int(dt['year']),
+ int(dt['month']),
+ int(dt['day']),
+ int(dt['hour']),
+ int(dt['minute']))
+
+ def _get_route(self, baseurl,id, itd_date, itd_time):
+
+ payload = {
+ 'locationServerActive': '1',
+ 'appCache': 'true',
+ 'googleAnalytics': 'false',
+ 'type_dm': 'stop',
+ 'limit': '999999',
+ 'outputFormat': 'JSON',
+ #'coordListOutputFormat': 'STRING',
+ 'coordOutputFormat': 'WGS84',
+ 'language': 'de',
+ 'depType': 'stopEvents',
+ 'mode': 'direct',
+ 'includeCompleteStopSeq': '1',
+ 'name_dm': str(id),
+ 'itdDate': itd_date,
+ 'itdTime': itd_time,
+ #'useProxFootSearch': '0',
+ #'useAllStops': '1',
+ #'useRealtime': '0',
+ #'mergeDep': '1',
+ #'useAllStops': '1',
+ #'maxTimeLoop': '1',
+ #'canChangeMOT': '0',
+ #'useRealtime': '1',
+ #'imparedOptionsActive': '1',
+ #'excludedMeans': 'checkbox',
+ #'useProxFootSearch': '0',
+ #'itOptionsActive': '1',
+ #'trITMOTvalue100': '15',
+ #'lineRestriction': '400',
+ #'changeSpeed': 'normal',
+ #'routeType': 'LEASTINTERCHANGE',
+ #'ptOptionsActive': '1',
+ #'snapHouseNum': '1'
+
+ }
+ # http://www.efa-bw.de/nvbw/XML_DM_REQUEST?locationServerActive=1&appCache=true&googleAnalytics=false&type_dm=stop&limit=999999&outputFormat=JSON&coordOutputFormat=WGS84&language=de&depType=stopEvents&mode=direct&includeCompleteStopSeq=1&name_dm=2506793&itdDate=20180611&itdTime=1752
+ response = self._session.get(baseurl + 'XML_DM_REQUEST', params=payload)
+ response.encoding='utf-8'
+
+ return response.json()
+
+ def stops_from_file(self, fname, skip_until_stop_id = None):
+ '''A generator function returning all stop_ids from a csv file whose first column is the stop_id.
+ If skip_until_stop_id is provided, all stop_ids are skipped until the first time a stop_id of the given value is encountered.'''
+ with open(fname, "r", encoding="utf-8") as f:
+ content = f.readlines()
+ for line in content:
+ stop_id = line.partition(',')[0].replace('"','')
+ if stop_id == 'stop_id' or skip_until_stop_id and not stop_id == skip_until_stop_id:
+ print ('Skipped {}'.format(stop_id))
+ continue
+ skip_until_stop_id = None
+ yield stop_id
+
+ def load_trips_between(self, start_datetime, end_datetime, data_dir, stops_generator = None):
+ '''For every stop_id returned by the provided stops_generator (or configured StopsFile), all departures for the period between start_datetime and end_datetime are retrieved and cached json files in data_dir.'''
+ if not stops_generator:
+ stops_generator = self.stops_from_file(self.stops_file, self.skip_until_stop)
+
+ if not os.path.exists(data_dir): os.makedirs(data_dir)
+
+ for stop_id in stops_generator:
+ try:
+ counter = 1
+ (itd_date, itd_time) = self._as_idt_date_time(start_datetime)
+ former_last_dep_datetime = None
+ while True:
+ response = self._get_route(self.efa_base_url, int(stop_id), itd_date, itd_time)
+ result_file_name = data_dir+"/"+stop_id+"_"+str(counter)+".json"
+ self._save(result_file_name, response)
+ time.sleep(self.sleep_interval)
+
+ last_dep_datetime = self._get_max_dep_datetime(response)
+ # if results past intended range were returned or no new departures returned for this stop, leave
+ if last_dep_datetime is None or last_dep_datetime > end_datetime or former_last_dep_datetime == last_dep_datetime:
+ break
+ else:
+ # otherwise increment date/time and request again
+ (itd_date, idt_time) = self._as_idt_date_time(last_dep_datetime)
+ counter += 1
+ former_last_dep_datetime = last_dep_datetime
+
+ except ValueError as err:
+ print ("\nValue Error! " + str(stop_id) + str(err))
+
diff --git a/efa2gtfs/crawler.txt b/efa2gtfs/crawler.txt
new file mode 100644
index 0000000..e8264ab
--- /dev/null
+++ b/efa2gtfs/crawler.txt
@@ -0,0 +1,155 @@
+import configparser, requests, datetime, time, os
+from time import sleep
+
+from requests.packages.urllib3.util.retry import Retry
+from requests.adapters import HTTPAdapter
+
+
+
+class EfaCrawler():
+
+ def __init__(self, config_file = 'config.ini', config_section = 'default'):
+
+
+ self._config = config = configparser.ConfigParser()
+ self._config.read(config_file)
+ self._config_section = config_section
+
+ self.session = requests.Session()
+
+ retries = Retry(total=10,
+ backoff_factor=0.1,
+ status_forcelist=[ 500, 502, 503, 504 ])
+
+ self.session.mount('http://', HTTPAdapter(max_retries=retries))
+
+ @property
+ def skip_until_stop(self):
+ return self._config.get(self.config_section,'SkipUntilStop')
+
+ @property
+ def efa_base_url(self):
+ return self._config.get(self.config_section,'BaseURL')
+
+ @property
+ def sleep_interval(self):
+ return float(self._config.get(self.config_section,'SleepInterval'))
+
+ @property
+ def stops_file(self):
+ return float(self._config.get(self.config_section,'StopsFile'))
+
+
+ def _save(self):
+ with open(result_file_name, "w", encoding="utf-8" ) as result_file:
+ result_file.write(json.dumps(response, sort_keys = False, indent = 2))
+ print("Wrote {}".format(result_file_name))
+
+ def _as_idt_date_time(self, start_datetime):
+ return (last_dep_datetime.strftime('%y%m%d'),
+ last_dep_datetime.strftime('%H%M'))
+
+ def stops_from_file(fname, skip_until_stop_id = None):
+ '''A generator function returning all stop_ids from a csv file whose first column is the stop_id.
+ If skip_until_stop_id is provided, all stop_ids are skipped until the first time a stop_id of the given value is encountered.''''
+ with open(fname, "r", encoding="utf-8") as f:
+ content = f.readlines()
+ for line in content:
+ stop_id = line.partition(',')[0].replace('"','')
+ if stop_id == 'stop_id' or skip_until and not stop_id == skip_until_stop_id:
+ print ('Skipped {}'.format(stop_id))
+ continue
+ skip_until_stop_id = None
+ yield stop_id
+
+ def load_trips_between(self, start_datetime, end_datetime, data_dir, stops_generator = None):
+ if not stops_generator:
+ stops_generator = stops_from_file(fname, self.skip_until_stop)
+
+ if not os.path.exists(data_dir): os.makedirs(data_dir)
+
+
+ for stop_id in stop_generator:
+ try:
+ counter = 1
+ (itd_date, idt_time) = self._as_idt_date_time(start_datetime)
+ former_last_dep_datetime = None
+ while True:
+ response = self._get_route(self.efa_base_url, int(stop_id), itd_date, itd_time)
+ result_file_name = data_dir+"/"+stop_id+"_"+str(counter)+".json"
+ self._save(result_file_name, json.dumps(response, sort_keys = False, indent = 2))
+ sleep(self.sleep_interval)
+
+ last_dep_datetime = _get_max_dep_datetime(response)
+ # if results past intended range were returned or no new departures returned for this stop, leave
+ if last_dep_datetime is None or last_dep_datetime > end_datetime or former_last_dep_datetime == last_dep_datetime:
+ break
+ else:
+ # otherwise increment date/time and request again
+ (itd_date, idt_time) = self._as_idt_date_time(last_dep_datetime)
+ counter += 1
+ former_last_dep_datetime = last_dep_datetime
+
+ except ValueError as err:
+ print ("\nValue Error! " + str(stop_id) + str(err))
+
+ def _get_max_dep_datetime(root):
+ '''Iterate over all departures in departurelist and extract maximum datetime'''
+ if not 'departureList' in root or root['departureList'] is None:
+ return None
+ if isinstance(root['departureList'], list):
+ departures = root['departureList']
+ else:
+ departures = [root['departureList']['departure']]
+ last_departure = departures[-1]
+ dt = last_departure['dateTime']
+ return datetime.datetime(
+ int(dt['year']),
+ int(dt['month']),
+ int(dt['day']),
+ int(dt['hour']),
+ int(dt['minute']))
+
+ def _get_route(baseurl,id, itd_date, itd_time):
+
+ payload = {
+ 'locationServerActive': '1',
+ 'appCache': 'true',
+ 'googleAnalytics': 'false',
+ 'type_dm': 'stop',
+ 'limit': '999999',
+ 'outputFormat': 'JSON',
+ #'coordListOutputFormat': 'STRING',
+ 'coordOutputFormat': 'WGS84',
+ 'language': 'de',
+ 'depType': 'stopEvents',
+ 'mode': 'direct',
+ 'includeCompleteStopSeq': '1',
+ 'name_dm': str(id),
+ 'itdDate': itd_date,
+ 'itdTime': itd_time,
+ #'useProxFootSearch': '0',
+ #'useAllStops': '1',
+ #'useRealtime': '0',
+ #'mergeDep': '1',
+ #'useAllStops': '1',
+ #'maxTimeLoop': '1',
+ #'canChangeMOT': '0',
+ #'useRealtime': '1',
+ #'imparedOptionsActive': '1',
+ #'excludedMeans': 'checkbox',
+ #'useProxFootSearch': '0',
+ #'itOptionsActive': '1',
+ #'trITMOTvalue100': '15',
+ #'lineRestriction': '400',
+ #'changeSpeed': 'normal',
+ #'routeType': 'LEASTINTERCHANGE',
+ #'ptOptionsActive': '1',
+ #'snapHouseNum': '1'
+
+ }
+ # http://www.efa-bw.de/nvbw/XML_DM_REQUEST?locationServerActive=1&appCache=true&googleAnalytics=false&type_dm=stop&limit=999999&outputFormat=JSON&coordOutputFormat=WGS84&language=de&depType=stopEvents&mode=direct&includeCompleteStopSeq=1&name_dm=2506793&itdDate=20180611&itdTime=1752
+ response = self.session.get(baseurl + 'XML_DM_REQUEST', params=payload)
+ response.encoding='utf-8'
+
+ return response.json()
diff --git a/efa2gtfs/efa.py b/efa2gtfs/efa.py
new file mode 100644
index 0000000..13e4b82
--- /dev/null
+++ b/efa2gtfs/efa.py
@@ -0,0 +1,250 @@
+from . import util
+
+# See https://developers.google.com/transit/gtfs/reference/extended-route-types
+route_type_and_colors = {
+ 0: ['100', '8f908f', 'FFFFFF'], # Zug => Railway
+ 1: ['109', '83b23b', 'FFFFFF'], # S-Bahn => Suburban Railway
+ 2: ['402', '004DFF', 'FFFFFF'], # U-Bahn => Underground Service
+ 3: ['403', '004DFF', 'FFFFFF'], # Stadtbahn => Urban Railway Service (Note: VVS classifies as 402, but as it runs under/above ground, we classify as urban railway...)
+ 4: ['900', '004DFF', 'FFFFFF'], # Straßen/Trambahn => Tram Service TODO Farbe ok?
+ 5: ['704', 'FF0000', 'FFFFFF'], # Stadtbus => Local Bus Service
+ 6: ['701', 'FF0000', 'FFFFFF'], # Regionalbus => Regional Bus Service
+ 7: ['702', '19ffff', '000000'], # Schnellbus => Express Bus Service
+ 8: ['116', '83b23b', 'FFFFFF'], # Seil-/Zahnradbahn => TODO Zahnrad would be 116 Rack and Pinion Railway, Seilbahn would be 1400 Funicular...
+ 9: ['1000', '0000FF', 'FFFFFF'],# Schiff => Water Transport Service
+ 10:['715', 'FF0000', 'FFFFFF'], # AST/Rufbus => Demand and Response Bus Service
+ 11:['715', 'FF0000', 'FFFFFF'], # TODO: Need to verify that product is emma to map to 715
+ 12: ['1100', '8f908f', 'FFFFFF'], # Flugzeug => Air Service
+ 13: ['106', '8f908f', 'FFFFFF'], # Zug (Nahverkehr) => Rail
+ 14: ['102', '8f908f', 'FFFFFF'], # Zug (Fernverkehr) => Rail
+ 15: ['102', '8f908f', 'FFFFFF'], # Zug (Fernverkehr mit ?) => Rail
+ 16: ['102', '8f908f', 'FFFFFF'], # Zug (Fernverkehr mit ?) => Rail
+ 17: ['714', '8f908f', 'FFFFFF'], # Schienenersatzverkehr => Rail Replacement Bus Service
+ 18: ['108', '8f908f', 'FFFFFF'], # Zug Shuttle => Rail Shuttle (Whitin Complex) (?)
+ 19: ['707', '8f908f', 'FFFFFF'], # Bürgerbus => Special Needs (No good match available(?))
+ }
+
+
+class DmResponse(object):
+ def __init__(self, data):
+ self._data = data
+
+ @property
+ def points(self):
+ return (DmPoint(point) for point in util.as_array(self._data['dm'],'points'))
+
+ @property
+ def departures(self):
+ return util.as_array(self._data, 'departureList')
+
+ @property
+ def trips(self):
+ return (DmDeparture(dep) for dep in util.as_array(self._data, 'departureList'))
+
+ @property
+ def lines(self):
+ return (DmLine(line) for line in util.as_array(efa_dm_response['servingLines'], 'lines'))
+
+class DmLine(object):
+ def __init__(self, data):
+ self._data = data
+
+ @property
+ def route_id(self):
+ return self._data['mode']['diva']['stateless']
+
+ @property
+ def network(self):
+ return self._data['mode']['diva']['network']
+
+ @property
+ def route_type(self):
+ return self.route_type_and_colors[0]
+
+ @property
+ def route_type_and_colors(self):
+ return route_type_and_colors[int(line['mode']['type'])]
+
+ @property
+ def route_short_name(self):
+ route_short_name = line['mode']['number']
+ if len(route_short_name) > 6 and not any(char.isdigit() for char in route_short_name):
+ return ''
+ else:
+ return route_short_name
+
+ @property
+ def route_long_name(self):
+ route_long_name = line['mode']['desc']
+ if (route_long_name == '' and self.route_short_name == ''):
+ route_long_name = line['mode']['destination']
+ elif route_short_name == route_long_name:
+ route_long_name = ''
+ return route_long_name
+
+class DmPoint(object):
+ def __init__(self, data):
+ self._data = data
+
+ @property
+ def id(self):
+ return self._data['ref']['id']
+
+ @property
+ def name(self):
+ return self._data['name'].replace('\n',' ')
+
+ @property
+ def coords(self):
+ return self._data['ref']['coords']
+
+class DmDeparture(object):
+
+ def __init__(self, data):
+ self._data = data
+
+ @property
+ def serving_line(self):
+ return self._data['servingLine']
+
+ @property
+ def stop_id(self):
+ return self._data['stopID']
+
+ @property
+ def route_id(self):
+ return self.serving_line['stateless']
+
+ @property
+ def service_id(self):
+ # first approximation for service_id: assume weekday, saturday, sunday service
+ weekday = self._data['dateTime']['weekday']
+ if weekday == '1':
+ service_id = '7'
+ elif weekday == '6':
+ service_id = '6'
+ else:
+ service_id = '1'
+ return service_id
+
+ @property
+ def trip_id(self):
+ '''Constructs a unique trip_id which is is built
+ using the route_id, the schedule_id and its hour/minute
+ at the first stop.'''
+ route_id = self.route_id
+ key = self.serving_line['key']
+ service_id = self.service_id
+ hour_minute = self.departure_datetime
+ return '{}-{}-{}-{}'.format(route_id, service_id, key, hour_minute)
+
+ @property
+ def departure_datetime(self):
+ if self._data['prevStopSeq']:
+ prevStop = self._data['prevStopSeq'][0] if isinstance(self._data['prevStopSeq'], list) else self._data['prevStopSeq']
+ #try:
+ depDateTime = prevStop['ref']['depDateTime']
+ hour_minute = util.convert_to_gtfs_time(*(depDateTime.split(' ')[1].split(':')))
+ else:
+ hour_minute = self.retrieve_hour_minute(trip['dateTime'])
+ return hour_minute
+
+ @property
+ def direction(self):
+ return self.serving_line['direction']
+
+ @property
+ def prev_stops(self):
+ return [DmStop(stop) for stop in util.as_array_when_single_is_record(self._data,'prevStopSeq')]
+
+ @property
+ def onward_stops(self):
+ return [DmStop(stop) for stop in util.as_array_when_single_is_record(self._data,'onwardStopSeq')]
+
+ @property
+ def is_on_demand_trip(self):
+ line = self.serving_line
+ return '715' == route_type_and_colors[int(line['motType'])][0]
+
+ @property
+ def network(self):
+ return self.serving_line['liErgRiProj']['network']
+
+ @property
+ def route_type_and_colors(self):
+ line = self.serving_line
+ return route_type_and_colors[int(line['motType'])]
+
+ @property
+ def route_type(self):
+ return self.route_type_and_colors[0]
+
+ @property
+ def start_hour(self):
+ return int(self.departure_datetime[-5:-3])
+
+ @property
+ def stop_time(self):
+ self.retrieve_hour_minute(self._data['dateTime'], self.start_hour) + ':00'
+
+ def retrieve_hour_minute(self, dateTime, start_hour_int = None):
+ return util.convert_to_gtfs_time(dateTime['hour'],dateTime['minute'], start_hour_int)
+
+class DmStop(object):
+ def __init__(self, data):
+ self._data = data
+
+ @property
+ def stop_id(self):
+ stop_ref = self._data['ref']
+ if 'pointGid' in stop_ref:
+ id = stop_ref['pointGid']
+ elif 'gid' in stop_ref:
+ id = stop_ref['gid']
+ #print('No pointGid for stop ',id,', falling back to gid')
+ else:
+ id = stop_ref['id']
+ #print('Neither pointGid nor gid for stop ',id,', falling back to id')
+ return id
+
+ def is_point_gid_consistent_wih_gid(self):
+ stop_ref = self._data['ref']
+ return 'pointGid' in stop_ref and 'gid' in stop_ref and not stop_ref['pointGid'].startswith(stop_ref['gid'])
+
+ @property
+ def point_gid(self):
+ stop_ref = self._data['ref']
+ return stop_ref['pointGid'] if 'pointGid' in stop_ref else None
+
+ @property
+ def gid(self):
+ stop_ref = self._data['ref']
+ return stop_ref['gid'] if 'gid' in stop_ref else None
+
+ @property
+ def platform(self):
+ stop_ref = self._data['ref']
+ return stop_ref['platform'] if 'platform' in stop_ref else ''
+
+ @property
+ def coords(self):
+ stop_ref = self._data['ref']
+ return stop_ref['coords']
+
+ @property
+ def name(self):
+ return self._data['name'].replace('\n',' ')
+
+ @property
+ def id(self):
+ return self._data['ref']['id']
+
+ @property
+ def arrival_date_time(self):
+ stop_ref = self._data['ref']
+ return stop_ref['arrDateTime'] if 'arrDateTime' in stop_ref else stop_ref['depDateTime']
+
+ @property
+ def departure_date_time(self):
+ stop_ref = self._data['ref']
+ return stop_ref['depDateTime'] if 'depDateTime' in stop_ref else stop_ref['arrDateTime']
diff --git a/efa2gtfs/store.py b/efa2gtfs/store.py
new file mode 100644
index 0000000..7fa1253
--- /dev/null
+++ b/efa2gtfs/store.py
@@ -0,0 +1,121 @@
+import csv
+from zipfile import ZipFile, ZIP_DEFLATED
+
+class GtfsStore():
+ STOP_TIME_TRIP_ID_IDX = 0
+ STOP_TIME_SEQ_NR = 1
+ STOP_TIME_STOP_ID_IDX = 4
+
+ agencies = {}
+ stops = {}
+ routes = {}
+ trips = {}
+ stop_times = {}
+ calendar_dates = []
+
+ agencies_fields = 'agency_id,agency_name,agency_url,agency_timezone'
+ feed_info_fields = 'feed_id,feed_publisher_name,feed_publisher_url,feed_lang'
+ calendar_fields = 'service_id,start_date,end_date,monday,tuesday,wednesday,thursday,friday,saturday,sunday'
+ calendar_dates_fields = 'date,service_id,exception_type'
+ route_fields = 'route_id,agency_id,route_short_name,route_long_name,route_desc,route_type,route_color,route_text_color'
+ trip_fields = 'trip_id,route_id,service_id,trip_headsign'
+ #stop_fields = 'stop_id,stop_name,stop_desc,stop_lat,stop_lon,stop_url,location_type,parent_station'
+ stop_fields = 'stop_id,stop_name,platform_code,stop_lat,stop_lon,stop_source'
+ stop_time_fields = 'trip_id,stop_sequence,arrival_time,departure_time,stop_id,stop_time_source,pickup_type,drop_off_type'
+
+
+ def init_static_content(self):
+ self.feed_info= {'nvbv': ['nvbv','mfdz','http://mfdz.de/','de']}
+ self.calendar = {'1': ['1', '20180601','20181209', 1, 1, 1, 1, 1, 0, 0],
+ '6': ['6', '20180601','20181209', 0, 0, 0, 0, 0, 1, 0],
+ '7': ['7', '20180601','20181209', 0, 0, 0, 0, 0, 0, 1]}
+ self.calendar_dates = [
+ ['20181003', '7', '1'],['20181003', '1', '2'], # Tag der deutschen Einheit
+ ['20181101', '7', '1'],['20181101', '1', '2'], # Allerheiligen
+ ['20181225', '7', '1'],['20181225', '1', '2'], # 1. Weihnachtsfeiertag
+ ['20181226', '7', '1'],['20181226', '1', '2'],] # 2. Weihnachtsfeiertag
+
+ def cache(self, entitities, entity_store, key_columns = 1):
+ '''Caches entities in entity_store, using the concatenated key column values as key'''
+ for entity in entitities:
+ if key_columns == 2:
+ # TODO Currently, only stop_times uses 2 key_columns
+ # so we perform stop_times dependend workaround for stop_id here
+ key = entity[0]+"#"+str(entity[1])
+ # current_stop has no pointGid, so we'll override the stop info as soon as we found it
+ if not key in entity_store or (self.is_stop_id_a_point_gid(entity) and self.is_stop_id_a_point_gid(entity_store[key])):
+ entity_store[key] = entity
+ else:
+ key = entity[0]
+ if not key in entity_store:
+ entity_store[key] = entity
+
+ def is_stop_times_extracted(self, trip_id):
+ return trip_id+"#1" in self.stop_times
+
+ def is_stop_id_a_point_gid(self, stop_time):
+ return ':' in stop_time[self.STOP_TIME_STOP_ID_IDX]
+
+ def stops_without_point_gid(self, trip_id):
+ stop_times_without_point_gid = []
+ stop_seq = 1
+ while True:
+ stop_time_id = str(trip_id)+"#"+str(stop_seq)
+ if stop_time_id not in self.stop_times:
+ return stop_times_without_point_gid
+ stop_time = self.stop_times[stop_time_id]
+ if not self.is_stop_id_a_point_gid(stop_time):
+ stop_times_without_point_gid.append(stop_time)
+ stop_seq += 1
+
+ def update_stop_id(self, stop, stop_id):
+ key= str(stop[0])+"#"+str(stop[1])
+ self.stop_times[key][self.STOP_TIME_STOP_ID_IDX] = stop_id
+
+
+ def export(self, gtfszip_filename, gtfsfolder):
+
+ self._write_csvfile(gtfsfolder, 'agency.txt', self.agencies, self.agencies_fields)
+ self._write_csvfile(gtfsfolder, 'feed_info.txt', self.feed_info, self.feed_info_fields)
+ self._write_csvfile(gtfsfolder, 'routes.txt', self.routes, self.route_fields)
+ self._write_csvfile(gtfsfolder, 'trips.txt', self.trips, self.trip_fields)
+ self._write_csvfile(gtfsfolder, 'calendar.txt', self.calendar, self.calendar_fields)
+ self._write_csvfile(gtfsfolder, 'calendar_dates.txt', self.calendar_dates, self.calendar_dates_fields)
+ self._write_csvfile(gtfsfolder, 'stops.txt', self.stops, self.stop_fields)
+ self._write_csvfile(gtfsfolder, 'stop_times.txt', self.stop_times, self.stop_time_fields)
+ self._zip_files(gtfszip_filename, gtfsfolder)
+
+ def _zip_files(self, gtfszip_filename, gtfsfolder):
+ gtfsfiles = ['agency.txt', 'feed_info.txt', 'routes.txt', 'trips.txt',
+ 'calendar.txt',
+ 'calendar_dates.txt',
+ 'stops.txt', 'stop_times.txt']
+ with ZipFile(gtfszip_filename, 'w', compression=ZIP_DEFLATED) as gtfszip:
+ for gtfsfile in gtfsfiles:
+ gtfszip.write(gtfsfolder+'/'+gtfsfile, gtfsfile)
+
+ def _write_csvfile(self, gtfsfolder, filename, content, headers):
+ with open(gtfsfolder+"/"+filename, 'w', newline="\n", encoding="utf-8") as csvfile:
+ self._write_csv(csvfile, content, headers)
+
+ def _write_csv(self, csvfile, content, headers):
+ fieldnames = headers.split(',')
+ writer = csv.DictWriter(csvfile, fieldnames)
+ writer.writeheader()
+ if isinstance(content, list):
+ for entity in content:
+ writer.writerow(dict(zip(fieldnames,entity)))
+ else:
+ for key in sorted(content):
+ entity = content[key]
+ writer.writerow(dict(zip(fieldnames,entity)))
+
+ def filter_unused_stops(self):
+ used_stops = {}
+ for stop_time in self.stop_times.values():
+ stopID = stop_time[4].strip()
+ if stopID in self.stops:
+ used_stops[stopID] = self.stops[stopID]
+ else:
+ print('Stop ', stopID,' used, but not stored', len(stopID))
+ self.stops = used_stops
diff --git a/efa2gtfs/util.py b/efa2gtfs/util.py
new file mode 100644
index 0000000..a20472f
--- /dev/null
+++ b/efa2gtfs/util.py
@@ -0,0 +1,57 @@
+def lpad(value, fill_char, length):
+ pad = fill_char * (length - len(value))
+ return pad + value
+
+def convert_to_gtfs_time(hour_str, minute_str, start_hour_int = None):
+ hour_int = int(hour_str)
+ if hour_int < 4 or start_hour_int != None and start_hour_int > hour_int:
+ hour_int += 24
+ return lpad(str(hour_int), '0', 2) + ':' + lpad(minute_str, '0', 2)
+
+def as_array(node, key):
+ value = node[key]
+ if isinstance(value, list):
+ return value
+ elif value == None:
+ return []
+ else:
+ return [next(iter(value.values()))]
+
+def as_array_when_single_is_record(node, key):
+ value = node[key]
+ if isinstance(value, list):
+ return value
+ elif value == None:
+ return []
+ else:
+ return [value]
+
+class TripSorter():
+
+ SEQ_IDX = 1
+ ARRIVAL_TIME_IDX = 2
+ DEPARTURE_TIME_IDX = 3
+
+ def sort(self, stop_times):
+ '''Sorts a collection of stop_times by time, keeping the order of
+ stops with the same time'''
+ sorted_stop_times = []
+ max_time = None
+ for stop_time in stop_times:
+ if not max_time or stop_time[self.ARRIVAL_TIME_IDX] >= max_time:
+ sorted_stop_times.append(stop_time)
+ max_time = stop_time[self.DEPARTURE_TIME_IDX]
+ else:
+ onward_stop_idx = self.index_first_onward_stop(sorted_stop_times, stop_time[self.ARRIVAL_TIME_IDX], stop_time[self.DEPARTURE_TIME_IDX])
+ sorted_stop_times.insert(onward_stop_idx, stop_time)
+ return sorted_stop_times
+
+ def index_first_onward_stop(self, stop_times, arr_time, dep_time):
+ idx = 0
+ for stop in stop_times:
+ if stop[self.ARRIVAL_TIME_IDX] > dep_time or stop[self.DEPARTURE_TIME_IDX] > arr_time:
+ return idx
+ else:
+ idx += 1
+
+ return idx
diff --git a/examples/efa_files_cache/6012124_1_fix_coords_current_stop.json b/examples/efa_files_cache/6012124_1_fix_coords_current_stop.json
new file mode 100644
index 0000000..e732009
--- /dev/null
+++ b/examples/efa_files_cache/6012124_1_fix_coords_current_stop.json
@@ -0,0 +1,10796 @@
+{
+ "option": {
+ "ptOption": {
+ "useProxFootSearch": "0",
+ "bike": "0",
+ "wheelchair": "0",
+ "noLonelyTransfer": "0",
+ "noSolidStairs": "0",
+ "lowPlatformVhcl": "0",
+ "noCrowded": "0",
+ "needElevatedPlt": "0",
+ "noInsecurePlaces": "0",
+ "changeSpeed": "normal",
+ "excludedMeans": [
+ {
+ "selected": "0",
+ "means": "Zug",
+ "value": "0"
+ },
+ {
+ "selected": "0",
+ "means": "S-Bahn",
+ "value": "1"
+ },
+ {
+ "selected": "0",
+ "means": "U-Bahn",
+ "value": "2"
+ },
+ {
+ "selected": "0",
+ "means": "Stadtbahn",
+ "value": "3"
+ },
+ {
+ "selected": "0",
+ "means": "Stra\u00dfen-/Trambahn",
+ "value": "4"
+ },
+ {
+ "selected": "0",
+ "means": "Stadtbus",
+ "value": "5"
+ },
+ {
+ "selected": "0",
+ "means": "Regionalbus",
+ "value": "6"
+ },
+ {
+ "selected": "0",
+ "means": "Schnellbus",
+ "value": "7"
+ },
+ {
+ "selected": "0",
+ "means": "Seil-/Zahnradbahn",
+ "value": "8"
+ },
+ {
+ "selected": "0",
+ "means": "Schiff",
+ "value": "9"
+ },
+ {
+ "selected": "0",
+ "means": "AST/Rufbus",
+ "value": "10"
+ },
+ {
+ "selected": "0",
+ "means": "Sonstige",
+ "value": "11"
+ },
+ {
+ "selected": "0",
+ "means": "Flugzeug",
+ "value": "12"
+ },
+ {
+ "selected": "0",
+ "means": "Zug (Nahverkehr)",
+ "value": "13"
+ },
+ {
+ "selected": "0",
+ "means": "Zug (Fernverkehr)",
+ "value": "14"
+ },
+ {
+ "selected": "0",
+ "means": "Zug (Fernverkehr mit",
+ "value": "15"
+ },
+ {
+ "selected": "0",
+ "means": "Zug (Fernverkehr mit",
+ "value": "16"
+ },
+ {
+ "selected": "0",
+ "means": "Schienenersatzverkeh",
+ "value": "17"
+ },
+ {
+ "selected": "0",
+ "means": "Zug Shuttle",
+ "value": "18"
+ },
+ {
+ "selected": "0",
+ "means": "B\u00fcrgerbus",
+ "value": "19"
+ }
+ ],
+ "noElevators": "0",
+ "activeImp": "-1",
+ "maxChanges": "9",
+ "useProxFootSearchOrigin": "0",
+ "activeCom": "-1",
+ "active": "1",
+ "assistance": "0",
+ "maxTime": "360",
+ "maxWait": "120",
+ "lineRestriction": "400",
+ "illumTransfer": "0",
+ "routeType": "LEASTTIME",
+ "activeSec": "-1",
+ "privateTransport": "0",
+ "SOSAvail": "0",
+ "noEscalators": "0",
+ "useProxFootSearchDestination": "0",
+ "plane": "0"
+ },
+ "arrivalTransport": {
+ "meansCode": "100",
+ "speed": "normal",
+ "value": "15"
+ },
+ "departureTransport": {
+ "meansCode": "100",
+ "speed": "normal",
+ "value": "15"
+ },
+ "itOption": {
+ "active": "1",
+ "itRouter": {
+ "logASCII": "0",
+ "logSVG": "0"
+ },
+ "mitTaxi": {
+ "noHighway": "0",
+ "mitOnlineData": "0",
+ "mitIncidentData": "0",
+ "maxLength": "2147483647",
+ "noTunnel": "0",
+ "noTollRoad": "0",
+ "minLength": "0",
+ "mitProfileData": "0",
+ "useElevation": "0",
+ "maxTime": "120",
+ "computeMonomodalTrip": "0",
+ "traveltimeFactor": "90",
+ "distanceFactor": "10",
+ "computationType": "PT_AND_IT",
+ "prefSerSt": "0",
+ "minTime": "0",
+ "noBridge": "0",
+ "speedFactor": "0",
+ "level": "unknown",
+ "noFerry": "0",
+ "ignoreRestrictions": "0",
+ "computeAlternativeRoutes": "0"
+ },
+ "pedestrian": {
+ "useElevation": "0",
+ "maxTime": "120",
+ "computeMonomodalTrip": "0",
+ "traveltimeFactor": "50",
+ "speedFactor": "0",
+ "distanceFactor": "50",
+ "computationType": "PT_AND_IT",
+ "minTime": "0",
+ "noBridge": "0",
+ "maxLength": "2147483647",
+ "noTunnel": "0",
+ "minLength": "0",
+ "level": "connection",
+ "noFerry": "0",
+ "ignoreRestrictions": "0",
+ "computeAlternativeRoutes": "0"
+ },
+ "itBicycle": {
+ "useElevation": "0",
+ "maxTime": "120",
+ "computeMonomodalTrip": "0",
+ "traveltimeFactor": "50",
+ "speedFactor": "0",
+ "distanceFactor": "50",
+ "computationType": "PT_AND_IT",
+ "minTime": "0",
+ "noBridge": "0",
+ "maxLength": "2147483647",
+ "noTunnel": "0",
+ "minLength": "0",
+ "level": "unknown",
+ "noFerry": "0",
+ "ignoreRestrictions": "0",
+ "computeAlternativeRoutes": "0"
+ },
+ "mitCar": {
+ "noHighway": "0",
+ "mitOnlineData": "0",
+ "mitIncidentData": "0",
+ "maxLength": "2147483647",
+ "noTunnel": "0",
+ "noTollRoad": "0",
+ "minLength": "0",
+ "mitProfileData": "0",
+ "useElevation": "0",
+ "maxTime": "120",
+ "computeMonomodalTrip": "0",
+ "traveltimeFactor": "90",
+ "distanceFactor": "10",
+ "computationType": "PT_AND_IT",
+ "prefSerSt": "0",
+ "minTime": "0",
+ "noBridge": "0",
+ "speedFactor": "0",
+ "level": "unknown",
+ "noFerry": "0",
+ "ignoreRestrictions": "0",
+ "computeAlternativeRoutes": "0"
+ }
+ }
+ },
+ "dm": {
+ "points": {
+ "point": {
+ "sort": "2",
+ "name": "Hachtel (Bad Mergentheim), Ort",
+ "infos": null,
+ "ref": {
+ "id": "6012124",
+ "omc": "8128007",
+ "coords": "9792736.55131,49419183.89258",
+ "placeID": "18",
+ "place": "Hachtel (Bad Mergentheim)"
+ },
+ "anyType": "stop",
+ "quality": "100000",
+ "usage": "dm",
+ "object": "Ort",
+ "type": "any",
+ "stateless": "6012124",
+ "best": "0"
+ }
+ },
+ "input": {
+ "input": "Hachtel (Bad Mergentheim), Ort"
+ },
+ "itdOdvAssignedStops": {
+ "mapName": "WGS84",
+ "nameWithPlace": "Hachtel, Ort",
+ "distanceTime": "0",
+ "name": "Ort",
+ "stopID": "6012124",
+ "isTransferStop": "0",
+ "y": "49419183.89258",
+ "value": "6012124:Ort",
+ "place": "Hachtel (Bad Mergentheim)",
+ "gid": "de:08128:12124",
+ "vm": "100",
+ "x": "9792736.55131"
+ }
+ },
+ "dateTime": {
+ "hour": "1",
+ "ttpTo": "20181208",
+ "deparr": "dep",
+ "day": "8",
+ "ttpFrom": "20180423",
+ "year": "2018",
+ "minute": "0",
+ "month": "6"
+ },
+ "dateRange": [
+ {
+ "day": "31",
+ "year": "2018",
+ "weekday": "5",
+ "month": "05"
+ },
+ {
+ "day": "01",
+ "year": "2018",
+ "weekday": "6",
+ "month": "06"
+ },
+ {
+ "day": "02",
+ "year": "2018",
+ "weekday": "7",
+ "month": "06"
+ },
+ {
+ "day": "03",
+ "year": "2018",
+ "weekday": "1",
+ "month": "06"
+ },
+ {
+ "day": "04",
+ "year": "2018",
+ "weekday": "2",
+ "month": "06"
+ },
+ {
+ "day": "05",
+ "year": "2018",
+ "weekday": "3",
+ "month": "06"
+ },
+ {
+ "day": "06",
+ "year": "2018",
+ "weekday": "4",
+ "month": "06"
+ },
+ {
+ "day": "07",
+ "year": "2018",
+ "weekday": "5",
+ "month": "06"
+ },
+ {
+ "day": "08",
+ "year": "2018",
+ "weekday": "6",
+ "month": "06"
+ },
+ {
+ "day": "09",
+ "year": "2018",
+ "weekday": "7",
+ "month": "06"
+ },
+ {
+ "day": "10",
+ "year": "2018",
+ "weekday": "1",
+ "month": "06"
+ },
+ {
+ "day": "11",
+ "year": "2018",
+ "weekday": "2",
+ "month": "06"
+ },
+ {
+ "day": "12",
+ "year": "2018",
+ "weekday": "3",
+ "month": "06"
+ },
+ {
+ "day": "13",
+ "year": "2018",
+ "weekday": "4",
+ "month": "06"
+ },
+ {
+ "day": "14",
+ "year": "2018",
+ "weekday": "5",
+ "month": "06"
+ }
+ ],
+ "parameters": [
+ {
+ "name": "requestID",
+ "value": "0"
+ },
+ {
+ "name": "sessionID",
+ "value": "0"
+ }
+ ],
+ "departureList": [
+ {
+ "operator": {
+ "name": "Betrieb",
+ "code": "Betrieb",
+ "publicCode": ""
+ },
+ "platform": "",
+ "dateTime": {
+ "hour": "6",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "39",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "countdown": "339",
+ "stopName": "Hachtel, Ort",
+ "stopID": "6012124",
+ "y": "49419183.89258",
+ "mapName": "WGS84",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Krailshausen Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Krailshausen Ort",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9990465.89637,49366558.84935",
+ "arrDateTime": "20180608 06:42",
+ "attrs": [],
+ "id": "9420545",
+ "pointGid": "de:08127:20545:0:2",
+ "depDateTime": "20180608 06:42",
+ "area": "0",
+ "gid": "de:08127:20545",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Schlo\u00df",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Schlo\u00df",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9982092.55013,49345715.73076",
+ "arrDateTime": "20180608 06:45",
+ "attrs": [],
+ "id": "9420533",
+ "pointGid": "de:08127:20533:0:2",
+ "depDateTime": "20180608 06:45",
+ "area": "0",
+ "gid": "de:08127:20533",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Brunnenstra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Brunnenstra\u00dfe",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9978632.53497,49346122.74755",
+ "arrDateTime": "20180608 06:46",
+ "attrs": [],
+ "id": "9420529",
+ "pointGid": "de:08127:20529:0:1",
+ "depDateTime": "20180608 06:46",
+ "area": "0",
+ "gid": "de:08127:20529",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg ZOB",
+ "platformName": "Bstg. 2",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "ZOB",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9974421.77046,49346149.35429",
+ "arrDateTime": "20180608 06:47",
+ "attrs": [],
+ "id": "9420537",
+ "pointGid": "de:08127:20537:0:2",
+ "area": "0",
+ "gid": "de:08127:20537",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ }
+ ],
+ "prevStopSeq": [
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Spielbach Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10070441.62325,49386049.76057",
+ "attrs": [],
+ "id": "9420519",
+ "pointGid": "de:08127:20519:0:1",
+ "depDateTime": "20180608 06:10",
+ "area": "0",
+ "gid": "de:08127:20519",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "36"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg B\u00f6hmweiler Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "B\u00f6hmweiler Ort",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10095298.91337,49388343.44571",
+ "arrDateTime": "20180608 06:13",
+ "attrs": [],
+ "id": "9420528",
+ "pointGid": "de:08127:20528:0:2",
+ "depDateTime": "20180608 06:13",
+ "area": "0",
+ "gid": "de:08127:20528",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Heiligenbronn",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Heiligenbronn",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10098720.37756,49379328.28112",
+ "arrDateTime": "20180608 06:15",
+ "attrs": [],
+ "id": "9420520",
+ "pointGid": "de:08127:20520:0:2",
+ "depDateTime": "20180608 06:15",
+ "area": "0",
+ "gid": "de:08127:20520",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Hummertsweiler",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Hummertsweiler",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10086049.40461,49375536.70758",
+ "arrDateTime": "20180608 06:17",
+ "attrs": [],
+ "id": "9420532",
+ "pointGid": "de:08127:20532:0:2",
+ "depDateTime": "20180608 06:17",
+ "area": "0",
+ "gid": "de:08127:20532",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Enzenweiler",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Enzenweiler",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10106627.21927,49366538.56664",
+ "arrDateTime": "20180608 06:20",
+ "attrs": [],
+ "id": "9420521",
+ "pointGid": "de:08127:20521:0:2",
+ "depDateTime": "20180608 06:20",
+ "area": "0",
+ "gid": "de:08127:20521",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Bossendorf Kreuzung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Kreuzung",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10109983.81562,49354187.72080",
+ "arrDateTime": "20180608 06:22",
+ "attrs": [],
+ "id": "9422911",
+ "pointGid": "de:08127:22911:0:2",
+ "depDateTime": "20180608 06:22",
+ "area": "0",
+ "gid": "de:08127:22911",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "2"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Bovenzenweiler Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bovenzenweiler Ort",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10039557.36986,49363681.78597",
+ "arrDateTime": "20180608 06:29",
+ "attrs": [],
+ "id": "9420522",
+ "pointGid": "de:08127:20522:0:1",
+ "depDateTime": "20180608 06:29",
+ "area": "0",
+ "gid": "de:08127:20522",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Kreuzfeld",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Kreuzfeld",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10012512.84887,49364083.83792",
+ "arrDateTime": "20180608 06:32",
+ "attrs": [],
+ "id": "9420526",
+ "pointGid": "de:08127:20526:0:1",
+ "depDateTime": "20180608 06:32",
+ "area": "0",
+ "gid": "de:08127:20526",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Reupoldsrot",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Reupoldsrot",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10005031.37294,49361100.99522",
+ "arrDateTime": "20180608 06:33",
+ "attrs": [],
+ "id": "9420527",
+ "pointGid": "de:08127:20527:0:1",
+ "depDateTime": "20180608 06:33",
+ "area": "0",
+ "gid": "de:08127:20527",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ }
+ ],
+ "x": "9792736.55131",
+ "servingLine": {
+ "direction": "Schrozberg ZOB",
+ "destID": "9420537",
+ "number": "102",
+ "stateless": "vsh:20102:3:H:j18",
+ "name": "Bus (R\u00f6hler)",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vsh",
+ "line": "20102",
+ "supplement": "3",
+ "direction": "H"
+ },
+ "code": "3",
+ "motType": "5",
+ "directionFrom": "Schrozberg Spielbach Ort",
+ "realtime": "0",
+ "key": "20",
+ "symbol": "102"
+ }
+ },
+ {
+ "operator": {
+ "name": "VerkehrsGesellschaft Main-Tauber mbH (VGMT)",
+ "code": "90",
+ "publicCode": ""
+ },
+ "platform": "RiW",
+ "dateTime": {
+ "hour": "6",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "56",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "pointType": "Bstg",
+ "countdown": "356",
+ "stopID": "6012124",
+ "y": "49419249.50000",
+ "mapName": "WGS84",
+ "stopName": "Hachtel, Ort",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Schule",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Schule",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9797277.74217,49441694.28948",
+ "arrDateTime": "20180608 07:03",
+ "attrs": [],
+ "id": "6012116",
+ "pointGid": "de:08128:12116",
+ "depDateTime": "20180608 07:03",
+ "area": "0",
+ "gid": "de:08128:12116",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9792777.40000,49443167.80000",
+ "arrDateTime": "20180608 07:09",
+ "attrs": [],
+ "id": "6012115",
+ "pointGid": "de:08128:12115:0:RiN",
+ "depDateTime": "20180608 07:09",
+ "area": "0",
+ "gid": "de:08128:12115",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Siedlung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Siedlung",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9788025.30000,49448511.90000",
+ "arrDateTime": "20180608 07:11",
+ "attrs": [],
+ "id": "6012117",
+ "pointGid": "de:08128:12117:0:RiN",
+ "depDateTime": "20180608 07:11",
+ "area": "0",
+ "gid": "de:08128:12117",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Willingertal/Camping",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Willingertal/Campingplatz",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9776940.10000,49463694.10000",
+ "arrDateTime": "20180608 07:13",
+ "attrs": [],
+ "id": "6012049",
+ "pointGid": "de:08128:12049:0:RiN",
+ "depDateTime": "20180608 07:13",
+ "area": "0",
+ "gid": "de:08128:12049",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Eisenb./Bruckner Str",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Eisenberg/Bruckner Str.",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770696.80000,49479233.50000",
+ "arrDateTime": "20180608 07:16",
+ "attrs": [],
+ "id": "6012016",
+ "pointGid": "de:08128:12016:0:RiN",
+ "depDateTime": "20180608 07:16",
+ "area": "0",
+ "gid": "de:08128:12016",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Wachbacher Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Wachbacher Stra\u00dfe",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770499.20000,49484877.20000",
+ "arrDateTime": "20180608 07:17",
+ "attrs": [],
+ "id": "6012046",
+ "pointGid": "de:08128:12046:0:Bus1",
+ "depDateTime": "20180608 07:17",
+ "area": "0",
+ "gid": "de:08128:12046",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9771657.10328,49493433.98745",
+ "arrDateTime": "20180608 07:21",
+ "attrs": [],
+ "id": "6012005",
+ "pointGid": "de:08128:12005:2:Bus",
+ "depDateTime": "20180608 07:21",
+ "area": "2",
+ "gid": "de:08128:12005",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Altstadt Schloss",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Altstadt Schloss",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9774209.20000,49488973.80000",
+ "arrDateTime": "20180608 07:25",
+ "attrs": [],
+ "id": "6012077",
+ "pointGid": "de:08128:12077:0:Bus1",
+ "depDateTime": "20180608 07:25",
+ "area": "0",
+ "gid": "de:08128:12077",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Maurus-Weber-Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Maurus-Weber-Stra\u00dfe",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9781413.70000,49486972.20000",
+ "arrDateTime": "20180608 07:28",
+ "attrs": [],
+ "id": "6012078",
+ "pointGid": "de:08128:12033:0:Bus2",
+ "depDateTime": "20180608 07:28",
+ "area": "0",
+ "gid": "de:08128:12078",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., E.-M\u00f6rike-Haus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "E.-M\u00f6rike-Haus",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9783596.60000,49485530.80000",
+ "arrDateTime": "20180608 07:29",
+ "attrs": [],
+ "id": "6012014",
+ "pointGid": "de:08128:12014:0:Bus2",
+ "depDateTime": "20180608 07:29",
+ "area": "0",
+ "gid": "de:08128:12014",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Deutschord-Gym.",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Deutschorden-Gymnasium",
+ "ref": {
+ "platform": "Bus1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9787243.80000,49486983.90000",
+ "arrDateTime": "20180608 07:31",
+ "attrs": [],
+ "id": "6012012",
+ "pointGid": "de:08128:12012:0:Bus1",
+ "area": "0",
+ "gid": "de:08128:12012",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ }
+ ],
+ "prevStopSeq": {
+ "omc": "8128007",
+ "name": "Hachtel, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiW",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9792741.50000,49419249.50000",
+ "attrs": [],
+ "id": "6012124",
+ "pointGid": "de:08128:12124:0:RiW",
+ "depDateTime": "20180608 06:56",
+ "area": "0",
+ "gid": "de:08128:12124",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "18"
+ },
+ "x": "9792741.50000",
+ "servingLine": {
+ "direction": "Bad Mgh., Deutschord-Gym.",
+ "destID": "6012012",
+ "number": "955",
+ "stateless": "vrn:49955: :R:j18",
+ "name": "Bus",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vrn",
+ "line": "49955",
+ "supplement": " ",
+ "direction": "R"
+ },
+ "code": "3",
+ "motType": "5",
+ "directionFrom": "Hachtel, Ort",
+ "realtime": "0",
+ "key": "11",
+ "symbol": "955"
+ }
+ },
+ {
+ "operator": {
+ "name": "Betrieb",
+ "code": "Betrieb",
+ "publicCode": ""
+ },
+ "platform": "",
+ "dateTime": {
+ "hour": "6",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "56",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "countdown": "356",
+ "stopName": "Hachtel, Ort",
+ "stopID": "6012124",
+ "y": "49419183.89258",
+ "mapName": "WGS84",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Untereichenrot",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Untereichenrot",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10045963.57325,49376859.69566",
+ "arrDateTime": "20180608 07:00",
+ "attrs": [],
+ "id": "9420523",
+ "pointGid": "de:08127:20523:0:1",
+ "depDateTime": "20180608 07:00",
+ "area": "0",
+ "gid": "de:08127:20523",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Spielbach Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10070441.62325,49386049.76057",
+ "arrDateTime": "20180608 07:03",
+ "attrs": [],
+ "id": "9420519",
+ "pointGid": "de:08127:20519:0:1",
+ "depDateTime": "20180608 07:03",
+ "area": "0",
+ "gid": "de:08127:20519",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "36"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg B\u00f6hmweiler Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "B\u00f6hmweiler Ort",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10095298.91337,49388343.44571",
+ "arrDateTime": "20180608 07:05",
+ "attrs": [],
+ "id": "9420528",
+ "pointGid": "de:08127:20528:0:2",
+ "depDateTime": "20180608 07:05",
+ "area": "0",
+ "gid": "de:08127:20528",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Heiligenbronn",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Heiligenbronn",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10098720.37756,49379328.28112",
+ "arrDateTime": "20180608 07:07",
+ "attrs": [],
+ "id": "9420520",
+ "pointGid": "de:08127:20520:0:2",
+ "depDateTime": "20180608 07:07",
+ "area": "0",
+ "gid": "de:08127:20520",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Hummertsweiler",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Hummertsweiler",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10086049.40461,49375536.70758",
+ "arrDateTime": "20180608 07:10",
+ "attrs": [],
+ "id": "9420532",
+ "pointGid": "de:08127:20532:0:2",
+ "depDateTime": "20180608 07:10",
+ "area": "0",
+ "gid": "de:08127:20532",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Spindelbach",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Spindelbach",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10091098.52516,49364132.63087",
+ "arrDateTime": "20180608 07:12",
+ "attrs": [],
+ "id": "9420530",
+ "pointGid": "de:08127:20530:0:2",
+ "depDateTime": "20180608 07:12",
+ "area": "0",
+ "gid": "de:08127:20530",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Enzenweiler",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Enzenweiler",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10106627.21927,49366538.56664",
+ "arrDateTime": "20180608 07:16",
+ "attrs": [],
+ "id": "9420521",
+ "pointGid": "de:08127:20521:0:2",
+ "depDateTime": "20180608 07:16",
+ "area": "0",
+ "gid": "de:08127:20521",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Bossendorf Kreuzung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Kreuzung",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10109983.81562,49354187.72080",
+ "arrDateTime": "20180608 07:18",
+ "attrs": [],
+ "id": "9422911",
+ "pointGid": "de:08127:22911:0:2",
+ "depDateTime": "20180608 07:18",
+ "area": "0",
+ "gid": "de:08127:22911",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "2"
+ },
+ {
+ "omc": "8127075",
+ "name": "Leuzendorf Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10091331.93890,49346695.50012",
+ "arrDateTime": "20180608 07:20",
+ "attrs": [],
+ "id": "9420509",
+ "pointGid": "de:08127:20509:0:2",
+ "depDateTime": "20180608 07:20",
+ "area": "0",
+ "gid": "de:08127:20509",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "24"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Sch\u00f6ngras Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Sch\u00f6ngras Ort",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10070797.36120,49363135.68359",
+ "arrDateTime": "20180608 07:23",
+ "attrs": [],
+ "id": "9420525",
+ "pointGid": "de:08127:20525:0:1",
+ "depDateTime": "20180608 07:23",
+ "area": "0",
+ "gid": "de:08127:20525",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Funkstatt Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Funkstatt Ort",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10054934.55754,49348202.55859",
+ "arrDateTime": "20180608 07:25",
+ "attrs": [],
+ "id": "9420516",
+ "pointGid": "de:08127:20516:0:2",
+ "depDateTime": "20180608 07:25",
+ "area": "0",
+ "gid": "de:08127:20516",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Obereichenrot",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Obereichenrot",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10047833.77651,49360549.84081",
+ "arrDateTime": "20180608 07:26",
+ "attrs": [],
+ "id": "9420531",
+ "pointGid": "de:08127:20531:0:2",
+ "depDateTime": "20180608 07:26",
+ "area": "0",
+ "gid": "de:08127:20531",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Bovenzenweiler Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bovenzenweiler Ort",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10039557.36986,49363681.78597",
+ "arrDateTime": "20180608 07:27",
+ "attrs": [],
+ "id": "9420522",
+ "pointGid": "de:08127:20522:0:1",
+ "depDateTime": "20180608 07:27",
+ "area": "0",
+ "gid": "de:08127:20522",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Kreuzfeld",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Kreuzfeld",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10012512.84887,49364083.83792",
+ "arrDateTime": "20180608 07:30",
+ "attrs": [],
+ "id": "9420526",
+ "pointGid": "de:08127:20526:0:1",
+ "depDateTime": "20180608 07:30",
+ "area": "0",
+ "gid": "de:08127:20526",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Reupoldsrot",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Reupoldsrot",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10005031.37294,49361100.99522",
+ "arrDateTime": "20180608 07:31",
+ "attrs": [],
+ "id": "9420527",
+ "pointGid": "de:08127:20527:0:1",
+ "depDateTime": "20180608 07:31",
+ "area": "0",
+ "gid": "de:08127:20527",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Schlo\u00df",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Schlo\u00df",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9982092.55013,49345715.73076",
+ "arrDateTime": "20180608 07:34",
+ "attrs": [],
+ "id": "9420533",
+ "pointGid": "de:08127:20533:0:2",
+ "depDateTime": "20180608 07:34",
+ "area": "0",
+ "gid": "de:08127:20533",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Brunnenstra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Brunnenstra\u00dfe",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9978632.53497,49346122.74755",
+ "arrDateTime": "20180608 07:35",
+ "attrs": [],
+ "id": "9420529",
+ "pointGid": "de:08127:20529:0:1",
+ "depDateTime": "20180608 07:35",
+ "area": "0",
+ "gid": "de:08127:20529",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg ZOB",
+ "platformName": "Bstg. 2",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "ZOB",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9974421.77046,49346149.35429",
+ "arrDateTime": "20180608 07:36",
+ "attrs": [],
+ "id": "9420537",
+ "pointGid": "de:08127:20537:0:2",
+ "area": "0",
+ "gid": "de:08127:20537",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ }
+ ],
+ "prevStopSeq": [
+ {
+ "omc": "8127075",
+ "name": "Schrozberg ZOB",
+ "platformName": "Bstg. 2",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "ZOB",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9974421.77046,49346149.35429",
+ "attrs": [],
+ "id": "9420537",
+ "pointGid": "de:08127:20537:0:2",
+ "depDateTime": "20180608 06:48",
+ "area": "0",
+ "gid": "de:08127:20537",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Brunnenstra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Brunnenstra\u00dfe",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9978467.23567,49346115.15623",
+ "arrDateTime": "20180608 06:49",
+ "attrs": [],
+ "id": "9420529",
+ "pointGid": "de:08127:20529:0:2",
+ "depDateTime": "20180608 06:49",
+ "area": "0",
+ "gid": "de:08127:20529",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg K\u00f6nbronn Abzw.",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "K\u00f6nnbronn Abzw.",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9970674.78052,49351557.92086",
+ "arrDateTime": "20180608 06:50",
+ "attrs": [],
+ "id": "9408725",
+ "pointGid": "de:08127:8725:0:1",
+ "depDateTime": "20180608 06:50",
+ "area": "0",
+ "gid": "de:08127:8725",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Krailshausen Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Krailshausen Ort",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9990495.59653,49366666.49450",
+ "arrDateTime": "20180608 06:53",
+ "attrs": [],
+ "id": "9420545",
+ "pointGid": "de:08127:20545:0:1",
+ "depDateTime": "20180608 06:53",
+ "area": "0",
+ "gid": "de:08127:20545",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ }
+ ],
+ "x": "9792736.55131",
+ "servingLine": {
+ "direction": "Schrozberg ZOB",
+ "destID": "9420537",
+ "number": "102",
+ "stateless": "vsh:20102:3:H:j18",
+ "name": "Bus (R\u00f6hler)",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vsh",
+ "line": "20102",
+ "supplement": "3",
+ "direction": "H"
+ },
+ "code": "3",
+ "motType": "5",
+ "directionFrom": "Schrozberg ZOB",
+ "realtime": "0",
+ "key": "4",
+ "symbol": "102"
+ }
+ },
+ {
+ "operator": {
+ "name": "Betrieb",
+ "code": "Betrieb",
+ "publicCode": ""
+ },
+ "platform": "",
+ "dateTime": {
+ "hour": "7",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "48",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "countdown": "408",
+ "stopName": "Hachtel, Ort",
+ "stopID": "6012124",
+ "y": "49419183.89258",
+ "mapName": "WGS84",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Untereichenrot",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Untereichenrot",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10045963.57325,49376859.69566",
+ "arrDateTime": "20180608 07:53",
+ "attrs": [],
+ "id": "9420523",
+ "pointGid": "de:08127:20523:0:1",
+ "depDateTime": "20180608 07:53",
+ "area": "0",
+ "gid": "de:08127:20523",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Spielbach Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10070441.62325,49386049.76057",
+ "arrDateTime": "20180608 07:56",
+ "attrs": [],
+ "id": "9420519",
+ "pointGid": "de:08127:20519:0:1",
+ "depDateTime": "20180608 07:56",
+ "area": "0",
+ "gid": "de:08127:20519",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "36"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg B\u00f6hmweiler Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "B\u00f6hmweiler Ort",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10095298.91337,49388343.44571",
+ "arrDateTime": "20180608 07:58",
+ "attrs": [],
+ "id": "9420528",
+ "pointGid": "de:08127:20528:0:2",
+ "depDateTime": "20180608 07:58",
+ "area": "0",
+ "gid": "de:08127:20528",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Heiligenbronn",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Heiligenbronn",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10098720.37756,49379328.28112",
+ "arrDateTime": "20180608 08:00",
+ "attrs": [],
+ "id": "9420520",
+ "pointGid": "de:08127:20520:0:2",
+ "depDateTime": "20180608 08:00",
+ "area": "0",
+ "gid": "de:08127:20520",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Hummertsweiler",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Hummertsweiler",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10086049.40461,49375536.70758",
+ "arrDateTime": "20180608 08:03",
+ "attrs": [],
+ "id": "9420532",
+ "pointGid": "de:08127:20532:0:2",
+ "depDateTime": "20180608 08:03",
+ "area": "0",
+ "gid": "de:08127:20532",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Spindelbach",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Spindelbach",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10091098.52516,49364132.63087",
+ "arrDateTime": "20180608 08:05",
+ "attrs": [],
+ "id": "9420530",
+ "pointGid": "de:08127:20530:0:2",
+ "depDateTime": "20180608 08:05",
+ "area": "0",
+ "gid": "de:08127:20530",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Enzenweiler",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Enzenweiler",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10106627.21927,49366538.56664",
+ "arrDateTime": "20180608 08:09",
+ "attrs": [],
+ "id": "9420521",
+ "pointGid": "de:08127:20521:0:2",
+ "depDateTime": "20180608 08:09",
+ "area": "0",
+ "gid": "de:08127:20521",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Bossendorf Kreuzung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Kreuzung",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10109983.81562,49354187.72080",
+ "arrDateTime": "20180608 08:11",
+ "attrs": [],
+ "id": "9422911",
+ "pointGid": "de:08127:22911:0:2",
+ "depDateTime": "20180608 08:11",
+ "area": "0",
+ "gid": "de:08127:22911",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "2"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Sch\u00f6ngras Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Sch\u00f6ngras Ort",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10070797.36120,49363135.68359",
+ "arrDateTime": "20180608 08:16",
+ "attrs": [],
+ "id": "9420525",
+ "pointGid": "de:08127:20525:0:1",
+ "depDateTime": "20180608 08:16",
+ "area": "0",
+ "gid": "de:08127:20525",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Obereichenrot",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Obereichenrot",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10047833.77651,49360549.84081",
+ "arrDateTime": "20180608 08:19",
+ "attrs": [],
+ "id": "9420531",
+ "pointGid": "de:08127:20531:0:2",
+ "area": "0",
+ "gid": "de:08127:20531",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ }
+ ],
+ "prevStopSeq": [
+ {
+ "omc": "8127075",
+ "name": "Schrozberg ZOB",
+ "platformName": "Bstg. 2",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "ZOB",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9974421.77046,49346149.35429",
+ "attrs": [],
+ "id": "9420537",
+ "pointGid": "de:08127:20537:0:2",
+ "depDateTime": "20180608 07:40",
+ "area": "0",
+ "gid": "de:08127:20537",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Brunnenstra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Brunnenstra\u00dfe",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9978467.23567,49346115.15623",
+ "arrDateTime": "20180608 07:41",
+ "attrs": [],
+ "id": "9420529",
+ "pointGid": "de:08127:20529:0:2",
+ "depDateTime": "20180608 07:41",
+ "area": "0",
+ "gid": "de:08127:20529",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg K\u00f6nbronn Abzw.",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "K\u00f6nnbronn Abzw.",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9970674.78052,49351557.92086",
+ "arrDateTime": "20180608 07:42",
+ "attrs": [],
+ "id": "9408725",
+ "pointGid": "de:08127:8725:0:1",
+ "depDateTime": "20180608 07:42",
+ "area": "0",
+ "gid": "de:08127:8725",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Krailshausen Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Krailshausen Ort",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9990495.59653,49366666.49450",
+ "arrDateTime": "20180608 07:45",
+ "attrs": [],
+ "id": "9420545",
+ "pointGid": "de:08127:20545:0:1",
+ "depDateTime": "20180608 07:45",
+ "area": "0",
+ "gid": "de:08127:20545",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ }
+ ],
+ "x": "9792736.55131",
+ "servingLine": {
+ "direction": "Schrozberg Obereichenrot",
+ "destID": "9420531",
+ "number": "102",
+ "stateless": "vsh:20102:3:H:j18",
+ "name": "Bus (R\u00f6hler)",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vsh",
+ "line": "20102",
+ "supplement": "3",
+ "direction": "H"
+ },
+ "code": "3",
+ "motType": "5",
+ "directionFrom": "Schrozberg ZOB",
+ "realtime": "0",
+ "key": "19",
+ "symbol": "102"
+ }
+ },
+ {
+ "operator": {
+ "name": "VerkehrsGesellschaft Main-Tauber mbH (VGMT)",
+ "code": "90",
+ "publicCode": ""
+ },
+ "platform": "RiW",
+ "dateTime": {
+ "hour": "8",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "10",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "pointType": "Bstg",
+ "countdown": "430",
+ "stopID": "6012124",
+ "y": "49419249.50000",
+ "mapName": "WGS84",
+ "stopName": "Hachtel, Ort",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Schule",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Schule",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9797277.74217,49441694.28948",
+ "arrDateTime": "20180608 08:15",
+ "attrs": [],
+ "id": "6012116",
+ "pointGid": "de:08128:12116",
+ "depDateTime": "20180608 08:15",
+ "area": "0",
+ "gid": "de:08128:12116",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9792777.40000,49443167.80000",
+ "arrDateTime": "20180608 08:16",
+ "attrs": [],
+ "id": "6012115",
+ "pointGid": "de:08128:12115:0:RiN",
+ "depDateTime": "20180608 08:16",
+ "area": "0",
+ "gid": "de:08128:12115",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Siedlung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Siedlung",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9788025.30000,49448511.90000",
+ "arrDateTime": "20180608 08:17",
+ "attrs": [],
+ "id": "6012117",
+ "pointGid": "de:08128:12117:0:RiN",
+ "depDateTime": "20180608 08:17",
+ "area": "0",
+ "gid": "de:08128:12117",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Willingertal/Camping",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Willingertal/Campingplatz",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9776940.10000,49463694.10000",
+ "arrDateTime": "20180608 08:19",
+ "attrs": [],
+ "id": "6012049",
+ "pointGid": "de:08128:12049:0:RiN",
+ "depDateTime": "20180608 08:19",
+ "area": "0",
+ "gid": "de:08128:12049",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Eisenb./Bruckner Str",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Eisenberg/Bruckner Str.",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770696.80000,49479233.50000",
+ "arrDateTime": "20180608 08:22",
+ "attrs": [],
+ "id": "6012016",
+ "pointGid": "de:08128:12016:0:RiN",
+ "depDateTime": "20180608 08:22",
+ "area": "0",
+ "gid": "de:08128:12016",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Wachbacher Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Wachbacher Stra\u00dfe",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770499.20000,49484877.20000",
+ "arrDateTime": "20180608 08:23",
+ "attrs": [],
+ "id": "6012046",
+ "pointGid": "de:08128:12046:0:Bus1",
+ "depDateTime": "20180608 08:23",
+ "area": "0",
+ "gid": "de:08128:12046",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Altstadt Schloss",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Altstadt Schloss",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9774209.20000,49488973.80000",
+ "arrDateTime": "20180608 08:25",
+ "attrs": [],
+ "id": "6012077",
+ "pointGid": "de:08128:12077:0:Bus1",
+ "depDateTime": "20180608 08:25",
+ "area": "0",
+ "gid": "de:08128:12077",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Maurus-Weber-Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Maurus-Weber-Stra\u00dfe",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9781413.70000,49486972.20000",
+ "arrDateTime": "20180608 08:27",
+ "attrs": [],
+ "id": "6012078",
+ "pointGid": "de:08128:12033:0:Bus2",
+ "depDateTime": "20180608 08:27",
+ "area": "0",
+ "gid": "de:08128:12078",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., E.-M\u00f6rike-Haus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "E.-M\u00f6rike-Haus",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9783596.60000,49485530.80000",
+ "arrDateTime": "20180608 08:28",
+ "attrs": [],
+ "id": "6012014",
+ "pointGid": "de:08128:12014:0:Bus2",
+ "depDateTime": "20180608 08:28",
+ "area": "0",
+ "gid": "de:08128:12014",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Deutschord-Gym.",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Deutschorden-Gymnasium",
+ "ref": {
+ "platform": "Bus1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9787243.80000,49486983.90000",
+ "arrDateTime": "20180608 08:30",
+ "attrs": [],
+ "id": "6012012",
+ "pointGid": "de:08128:12012:0:Bus1",
+ "area": "0",
+ "gid": "de:08128:12012",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ }
+ ],
+ "prevStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Sch\u00f6nb\u00fchl, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9851972.65927,49411110.51139",
+ "attrs": [],
+ "id": "6012133",
+ "pointGid": "de:08128:12133",
+ "depDateTime": "20180608 07:56",
+ "area": "0",
+ "gid": "de:08128:12133",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "15"
+ },
+ {
+ "omc": "8128007",
+ "name": "Herbsthausen, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9829770.00000,49405146.60000",
+ "arrDateTime": "20180608 07:59",
+ "attrs": [],
+ "id": "6012127",
+ "pointGid": "de:08128:12127:0:RiN",
+ "depDateTime": "20180608 07:59",
+ "area": "0",
+ "gid": "de:08128:12127",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "7"
+ },
+ {
+ "omc": "8128007",
+ "name": "Rot, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiW",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9814220.20000,49401154.00000",
+ "arrDateTime": "20180608 08:02",
+ "attrs": [],
+ "id": "6012130",
+ "pointGid": "de:08128:12130:0:RiW",
+ "depDateTime": "20180608 08:02",
+ "area": "0",
+ "gid": "de:08128:12130",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "14"
+ },
+ {
+ "omc": "8128007",
+ "name": "D\u00f6rtel, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9807195.40000,49423357.40000",
+ "arrDateTime": "20180608 08:06",
+ "attrs": [],
+ "id": "6012121",
+ "pointGid": "de:08128:12121:0:RiN",
+ "depDateTime": "20180608 08:06",
+ "area": "0",
+ "gid": "de:08128:12121",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "5"
+ }
+ ],
+ "x": "9792741.50000",
+ "servingLine": {
+ "direction": "Bad Mgh., Deutschord-Gym.",
+ "destID": "6012012",
+ "number": "955",
+ "stateless": "vrn:49955: :R:j18",
+ "name": "Bus",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vrn",
+ "line": "49955",
+ "supplement": " ",
+ "direction": "R"
+ },
+ "code": "3",
+ "motType": "5",
+ "directionFrom": "Sch\u00f6nb\u00fchl, Ort",
+ "realtime": "0",
+ "key": "13",
+ "symbol": "955"
+ }
+ },
+ {
+ "operator": {
+ "name": "VerkehrsGesellschaft Main-Tauber mbH (VGMT)",
+ "code": "90",
+ "publicCode": ""
+ },
+ "platform": "RiO",
+ "dateTime": {
+ "hour": "8",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "34",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "pointType": "Bstg",
+ "countdown": "454",
+ "stopID": "6012124",
+ "y": "49419156.00000",
+ "mapName": "WGS84",
+ "stopName": "Hachtel, Ort",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "D\u00f6rtel, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9806997.70000,49423240.50000",
+ "arrDateTime": "20180608 08:35",
+ "attrs": [],
+ "id": "6012121",
+ "pointGid": "de:08128:12121:0:RiS",
+ "depDateTime": "20180608 08:35",
+ "area": "0",
+ "gid": "de:08128:12121",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "5"
+ },
+ {
+ "omc": "8128007",
+ "name": "Rot, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9814328.00000,49401048.80000",
+ "arrDateTime": "20180608 08:36",
+ "attrs": [],
+ "id": "6012130",
+ "pointGid": "de:08128:12130:0:RiO",
+ "depDateTime": "20180608 08:36",
+ "area": "0",
+ "gid": "de:08128:12130",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "14"
+ },
+ {
+ "omc": "8128007",
+ "name": "Herbsthausen, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9829850.90000,49405275.20000",
+ "arrDateTime": "20180608 08:37",
+ "attrs": [],
+ "id": "6012127",
+ "pointGid": "de:08128:12127:0:RiO",
+ "depDateTime": "20180608 08:37",
+ "area": "0",
+ "gid": "de:08128:12127",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "7"
+ },
+ {
+ "omc": "8128007",
+ "name": "Sch\u00f6nb\u00fchl, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9851972.65927,49411110.51139",
+ "arrDateTime": "20180608 08:40",
+ "attrs": [],
+ "id": "6012133",
+ "pointGid": "de:08128:12133",
+ "area": "0",
+ "gid": "de:08128:12133",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "15"
+ }
+ ],
+ "prevStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9771657.10328,49493433.98745",
+ "attrs": [],
+ "id": "6012005",
+ "pointGid": "de:08128:12005:2:Bus",
+ "depDateTime": "20180608 08:20",
+ "area": "2",
+ "gid": "de:08128:12005",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh.,Caritas-K./Uhlandstr.",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Caritas-Krankenh./Uhlandstra\u00dfe",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9763519.30000,49491984.80000",
+ "arrDateTime": "20180608 08:20",
+ "attrs": [],
+ "id": "6012084",
+ "pointGid": "de:08128:12084:0:Bus2",
+ "depDateTime": "20180608 08:20",
+ "area": "0",
+ "gid": "de:08128:12084",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Altstadt Schloss",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Altstadt Schloss",
+ "ref": {
+ "platform": "RiW",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9774388.90000,49489102.20000",
+ "arrDateTime": "20180608 08:20",
+ "attrs": [],
+ "id": "6012077",
+ "pointGid": "de:08128:12077:0:Bus2",
+ "depDateTime": "20180608 08:20",
+ "area": "0",
+ "gid": "de:08128:12077",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Wachbacher Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Wachbacher Stra\u00dfe",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770463.30000,49485011.40000",
+ "arrDateTime": "20180608 08:20",
+ "attrs": [],
+ "id": "6012046",
+ "pointGid": "de:08128:12046:0:Bus2",
+ "depDateTime": "20180608 08:20",
+ "area": "0",
+ "gid": "de:08128:12046",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Willingertal/Camping",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Willingertal/Campingplatz",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9776832.30000,49463653.30000",
+ "arrDateTime": "20180608 08:22",
+ "attrs": [],
+ "id": "6012049",
+ "pointGid": "de:08128:12049:0:RiS",
+ "depDateTime": "20180608 08:22",
+ "area": "0",
+ "gid": "de:08128:12049",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Siedlung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Siedlung",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9787971.40000,49448395.10000",
+ "arrDateTime": "20180608 08:31",
+ "attrs": [],
+ "id": "6012117",
+ "pointGid": "de:08128:12117:0:RiS",
+ "depDateTime": "20180608 08:31",
+ "area": "0",
+ "gid": "de:08128:12117",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9792615.70000,49443167.80000",
+ "arrDateTime": "20180608 08:31",
+ "attrs": [],
+ "id": "6012115",
+ "pointGid": "de:08128:12115:0:RiS",
+ "depDateTime": "20180608 08:31",
+ "area": "0",
+ "gid": "de:08128:12115",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Markelsheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834728.03794,49478168.90011",
+ "arrDateTime": "20180608 08:32",
+ "attrs": [],
+ "id": "6012144",
+ "pointGid": "de:08128:12144:30:Bus",
+ "depDateTime": "20180608 08:32",
+ "area": "30",
+ "gid": "de:08128:12144",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "11"
+ },
+ {
+ "omc": "8128007",
+ "name": "Markelsheim, Kirche",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Kirche",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834441.30000,49473997.80000",
+ "arrDateTime": "20180608 08:32",
+ "attrs": [],
+ "id": "6012145",
+ "pointGid": "de:08128:12145:0:RiS",
+ "depDateTime": "20180608 08:32",
+ "area": "0",
+ "gid": "de:08128:12145",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "11"
+ }
+ ],
+ "x": "9792741.50000",
+ "servingLine": {
+ "direction": "Sch\u00f6nb\u00fchl, Ort",
+ "destID": "6012133",
+ "number": "9855",
+ "itdNoTrain": "Ruftaxi/-bus (tel. vorbestellen)",
+ "stateless": "vrn:62955: :H:j18",
+ "name": "Ruftaxi/-bus",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vrn",
+ "line": "62955",
+ "supplement": " ",
+ "direction": "H"
+ },
+ "code": "8",
+ "motType": "10",
+ "directionFrom": "Bad Mergentheim, Bahnhof",
+ "realtime": "0",
+ "key": "10",
+ "symbol": "9855"
+ }
+ },
+ {
+ "operator": {
+ "name": "VerkehrsGesellschaft Main-Tauber mbH (VGMT)",
+ "code": "90",
+ "publicCode": ""
+ },
+ "platform": "RiO",
+ "dateTime": {
+ "hour": "8",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "45",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "pointType": "Bstg",
+ "countdown": "465",
+ "stopID": "6012124",
+ "y": "49419156.00000",
+ "mapName": "WGS84",
+ "stopName": "Hachtel, Ort",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Apfelbach, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9823022.78005,49445865.66881",
+ "arrDateTime": "20180608 08:46",
+ "attrs": [],
+ "id": "6012140",
+ "pointGid": "de:08128:12140",
+ "depDateTime": "20180608 08:46",
+ "area": "0",
+ "gid": "de:08128:12140",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "2"
+ },
+ {
+ "omc": "8128007",
+ "name": "Markelsheim, Kirche",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Kirche",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834656.90000,49474132.10000",
+ "arrDateTime": "20180608 08:47",
+ "attrs": [],
+ "id": "6012145",
+ "pointGid": "de:08128:12145:0:RiN",
+ "depDateTime": "20180608 08:47",
+ "area": "0",
+ "gid": "de:08128:12145",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "11"
+ },
+ {
+ "omc": "8128007",
+ "name": "Markelsheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834728.03794,49478168.90011",
+ "arrDateTime": "20180608 08:47",
+ "attrs": [],
+ "id": "6012144",
+ "pointGid": "de:08128:12144:30:Bus",
+ "depDateTime": "20180608 08:47",
+ "area": "30",
+ "gid": "de:08128:12144",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "11"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9792777.40000,49443167.80000",
+ "arrDateTime": "20180608 08:48",
+ "attrs": [],
+ "id": "6012115",
+ "pointGid": "de:08128:12115:0:RiN",
+ "depDateTime": "20180608 08:48",
+ "area": "0",
+ "gid": "de:08128:12115",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Siedlung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Siedlung",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9788025.30000,49448511.90000",
+ "arrDateTime": "20180608 08:48",
+ "attrs": [],
+ "id": "6012117",
+ "pointGid": "de:08128:12117:0:RiN",
+ "depDateTime": "20180608 08:48",
+ "area": "0",
+ "gid": "de:08128:12117",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Willingertal/Camping",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Willingertal/Campingplatz",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9776940.10000,49463694.10000",
+ "arrDateTime": "20180608 08:57",
+ "attrs": [],
+ "id": "6012049",
+ "pointGid": "de:08128:12049:0:RiN",
+ "depDateTime": "20180608 08:57",
+ "area": "0",
+ "gid": "de:08128:12049",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Wachbacher Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Wachbacher Stra\u00dfe",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770499.20000,49484877.20000",
+ "arrDateTime": "20180608 09:00",
+ "attrs": [],
+ "id": "6012046",
+ "pointGid": "de:08128:12046:0:Bus1",
+ "depDateTime": "20180608 09:00",
+ "area": "0",
+ "gid": "de:08128:12046",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Altstadt Schloss",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Altstadt Schloss",
+ "ref": {
+ "platform": "RiW",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9774388.90000,49489102.20000",
+ "arrDateTime": "20180608 09:00",
+ "attrs": [],
+ "id": "6012077",
+ "pointGid": "de:08128:12077:0:Bus2",
+ "depDateTime": "20180608 09:00",
+ "area": "0",
+ "gid": "de:08128:12077",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh.,Caritas-K./Uhlandstr.",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Caritas-Krankenh./Uhlandstra\u00dfe",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9763519.30000,49491984.80000",
+ "arrDateTime": "20180608 09:00",
+ "attrs": [],
+ "id": "6012084",
+ "pointGid": "de:08128:12084:0:Bus2",
+ "depDateTime": "20180608 09:00",
+ "area": "0",
+ "gid": "de:08128:12084",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9771657.10328,49493433.98745",
+ "arrDateTime": "20180608 09:00",
+ "attrs": [],
+ "id": "6012005",
+ "pointGid": "de:08128:12005:2:Bus",
+ "area": "2",
+ "gid": "de:08128:12005",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ }
+ ],
+ "prevStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Sch\u00f6nb\u00fchl, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9851972.65927,49411110.51139",
+ "attrs": [],
+ "id": "6012133",
+ "pointGid": "de:08128:12133",
+ "depDateTime": "20180608 08:40",
+ "area": "0",
+ "gid": "de:08128:12133",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "15"
+ },
+ {
+ "omc": "8128007",
+ "name": "Herbsthausen, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9829770.00000,49405146.60000",
+ "arrDateTime": "20180608 08:42",
+ "attrs": [],
+ "id": "6012127",
+ "pointGid": "de:08128:12127:0:RiN",
+ "depDateTime": "20180608 08:42",
+ "area": "0",
+ "gid": "de:08128:12127",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "7"
+ },
+ {
+ "omc": "8128007",
+ "name": "Rot, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiW",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9814220.20000,49401154.00000",
+ "arrDateTime": "20180608 08:43",
+ "attrs": [],
+ "id": "6012130",
+ "pointGid": "de:08128:12130:0:RiW",
+ "depDateTime": "20180608 08:43",
+ "area": "0",
+ "gid": "de:08128:12130",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "14"
+ },
+ {
+ "omc": "8128007",
+ "name": "D\u00f6rtel, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9807195.40000,49423357.40000",
+ "arrDateTime": "20180608 08:44",
+ "attrs": [],
+ "id": "6012121",
+ "pointGid": "de:08128:12121:0:RiN",
+ "depDateTime": "20180608 08:44",
+ "area": "0",
+ "gid": "de:08128:12121",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "5"
+ }
+ ],
+ "x": "9792741.50000",
+ "servingLine": {
+ "direction": "Bad Mergentheim, Bahnhof",
+ "destID": "6012005",
+ "number": "9855",
+ "itdNoTrain": "Ruftaxi/-bus (tel. vorbestellen)",
+ "stateless": "vrn:62955: :R:j18",
+ "name": "Ruftaxi/-bus",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vrn",
+ "line": "62955",
+ "supplement": " ",
+ "direction": "R"
+ },
+ "code": "8",
+ "motType": "10",
+ "directionFrom": "Sch\u00f6nb\u00fchl, Ort",
+ "realtime": "0",
+ "key": "13",
+ "symbol": "9855"
+ }
+ },
+ {
+ "operator": {
+ "name": "VerkehrsGesellschaft Main-Tauber mbH (VGMT)",
+ "code": "90",
+ "publicCode": ""
+ },
+ "platform": "RiO",
+ "dateTime": {
+ "hour": "12",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "4",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "pointType": "Bstg",
+ "countdown": "664",
+ "stopID": "6012124",
+ "y": "49419156.00000",
+ "mapName": "WGS84",
+ "stopName": "Hachtel, Ort",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "D\u00f6rtel, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9806997.70000,49423240.50000",
+ "arrDateTime": "20180608 12:09",
+ "attrs": [],
+ "id": "6012121",
+ "pointGid": "de:08128:12121:0:RiS",
+ "depDateTime": "20180608 12:09",
+ "area": "0",
+ "gid": "de:08128:12121",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "5"
+ },
+ {
+ "omc": "8128007",
+ "name": "Rot, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9814328.00000,49401048.80000",
+ "arrDateTime": "20180608 12:13",
+ "attrs": [],
+ "id": "6012130",
+ "pointGid": "de:08128:12130:0:RiO",
+ "depDateTime": "20180608 12:13",
+ "area": "0",
+ "gid": "de:08128:12130",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "14"
+ },
+ {
+ "omc": "8128007",
+ "name": "Herbsthausen, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9829850.90000,49405275.20000",
+ "arrDateTime": "20180608 12:16",
+ "attrs": [],
+ "id": "6012127",
+ "pointGid": "de:08128:12127:0:RiO",
+ "depDateTime": "20180608 12:16",
+ "area": "0",
+ "gid": "de:08128:12127",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "7"
+ },
+ {
+ "omc": "8128007",
+ "name": "Sch\u00f6nb\u00fchl, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9851972.65927,49411110.51139",
+ "arrDateTime": "20180608 12:19",
+ "attrs": [],
+ "id": "6012133",
+ "pointGid": "de:08128:12133",
+ "depDateTime": "20180608 12:19",
+ "area": "0",
+ "gid": "de:08128:12133",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "15"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbach M\u00f6nchshof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "M\u00f6nchshof",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834323.89985,49389407.84225",
+ "arrDateTime": "20180608 12:24",
+ "attrs": [],
+ "id": "5210600",
+ "pointGid": "de:08126:10600",
+ "depDateTime": "20180608 12:24",
+ "area": "0",
+ "gid": "de:08126:10600",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbacher Seen",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Seen",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9825751.07329,49384173.40907",
+ "arrDateTime": "20180608 12:25",
+ "attrs": [],
+ "id": "5210618",
+ "pointGid": "de:08126:10618",
+ "depDateTime": "20180608 12:25",
+ "area": "0",
+ "gid": "de:08126:10618",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbach Vorstadt",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Vorstadt",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9808413.07459,49376752.11981",
+ "arrDateTime": "20180608 12:26",
+ "attrs": [],
+ "id": "5210617",
+ "pointGid": "de:08126:10617",
+ "depDateTime": "20180608 12:26",
+ "area": "0",
+ "gid": "de:08126:10617",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbach Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9805237.96048,49374589.34546",
+ "arrDateTime": "20180608 12:27",
+ "attrs": [],
+ "id": "5210616",
+ "pointGid": "de:08126:10616",
+ "area": "0",
+ "gid": "de:08126:10616",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ }
+ ],
+ "prevStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Altstadt Schloss",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Altstadt Schloss",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9774209.20000,49488973.80000",
+ "attrs": [],
+ "id": "6012077",
+ "pointGid": "de:08128:12077:0:Bus1",
+ "depDateTime": "20180608 11:30",
+ "area": "0",
+ "gid": "de:08128:12077",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Maurus-Weber-Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Maurus-Weber-Stra\u00dfe",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9781413.70000,49486972.20000",
+ "arrDateTime": "20180608 11:32",
+ "attrs": [],
+ "id": "6012078",
+ "pointGid": "de:08128:12033:0:Bus2",
+ "depDateTime": "20180608 11:32",
+ "area": "0",
+ "gid": "de:08128:12078",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., E.-M\u00f6rike-Haus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "E.-M\u00f6rike-Haus",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9783596.60000,49485530.80000",
+ "arrDateTime": "20180608 11:33",
+ "attrs": [],
+ "id": "6012014",
+ "pointGid": "de:08128:12014:0:Bus2",
+ "depDateTime": "20180608 11:33",
+ "area": "0",
+ "gid": "de:08128:12014",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Deutschord-Gym.",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Deutschorden-Gymnasium",
+ "ref": {
+ "platform": "Bus1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9787243.80000,49486983.90000",
+ "arrDateTime": "20180608 11:34",
+ "attrs": [],
+ "id": "6012012",
+ "pointGid": "de:08128:12012:0:Bus1",
+ "depDateTime": "20180608 11:34",
+ "area": "0",
+ "gid": "de:08128:12012",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Altstadt Schloss",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Altstadt Schloss",
+ "ref": {
+ "platform": "RiW",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9774388.90000,49489102.20000",
+ "arrDateTime": "20180608 11:37",
+ "attrs": [],
+ "id": "6012077",
+ "pointGid": "de:08128:12077:0:Bus2",
+ "depDateTime": "20180608 11:37",
+ "area": "0",
+ "gid": "de:08128:12077",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9771657.10328,49493433.98745",
+ "arrDateTime": "20180608 11:39",
+ "attrs": [],
+ "id": "6012005",
+ "pointGid": "de:08128:12005:2:Bus",
+ "depDateTime": "20180608 11:39",
+ "area": "2",
+ "gid": "de:08128:12005",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Wachbacher Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Wachbacher Stra\u00dfe",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770463.30000,49485011.40000",
+ "arrDateTime": "20180608 11:41",
+ "attrs": [],
+ "id": "6012046",
+ "pointGid": "de:08128:12046:0:Bus2",
+ "depDateTime": "20180608 11:41",
+ "area": "0",
+ "gid": "de:08128:12046",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Eisenb./Bruckner Str",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Eisenberg/Bruckner Str.",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770580.00000,49479344.40000",
+ "arrDateTime": "20180608 11:42",
+ "attrs": [],
+ "id": "6012016",
+ "pointGid": "de:08128:12016:0:RiS",
+ "depDateTime": "20180608 11:42",
+ "area": "0",
+ "gid": "de:08128:12016",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Willingertal/Camping",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Willingertal/Campingplatz",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9776832.30000,49463653.30000",
+ "arrDateTime": "20180608 11:45",
+ "attrs": [],
+ "id": "6012049",
+ "pointGid": "de:08128:12049:0:RiS",
+ "depDateTime": "20180608 11:45",
+ "area": "0",
+ "gid": "de:08128:12049",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Siedlung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Siedlung",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9787971.40000,49448395.10000",
+ "arrDateTime": "20180608 11:47",
+ "attrs": [],
+ "id": "6012117",
+ "pointGid": "de:08128:12117:0:RiS",
+ "depDateTime": "20180608 11:47",
+ "area": "0",
+ "gid": "de:08128:12117",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9792615.70000,49443167.80000",
+ "arrDateTime": "20180608 11:48",
+ "attrs": [],
+ "id": "6012115",
+ "pointGid": "de:08128:12115:0:RiS",
+ "depDateTime": "20180608 11:48",
+ "area": "0",
+ "gid": "de:08128:12115",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Schule",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Schule",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9797277.74217,49441694.28948",
+ "arrDateTime": "20180608 12:00",
+ "attrs": [],
+ "id": "6012116",
+ "pointGid": "de:08128:12116",
+ "depDateTime": "20180608 12:00",
+ "area": "0",
+ "gid": "de:08128:12116",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ }
+ ],
+ "x": "9792741.50000",
+ "servingLine": {
+ "direction": "Hollenbach Rathaus",
+ "destID": "5210616",
+ "number": "955",
+ "stateless": "vrn:49955: :H:j18",
+ "name": "Bus",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vrn",
+ "line": "49955",
+ "supplement": " ",
+ "direction": "H"
+ },
+ "code": "3",
+ "motType": "5",
+ "directionFrom": "Bad Mergentheim, Altstadt Schloss",
+ "realtime": "0",
+ "key": "34",
+ "symbol": "955"
+ }
+ },
+ {
+ "operator": {
+ "name": "Betrieb",
+ "code": "Betrieb",
+ "publicCode": ""
+ },
+ "platform": "",
+ "dateTime": {
+ "hour": "12",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "18",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "countdown": "678",
+ "stopName": "Hachtel, Ort",
+ "stopID": "6012124",
+ "y": "49419183.89258",
+ "mapName": "WGS84",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Untereichenrot",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Untereichenrot",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10045963.57325,49376859.69566",
+ "arrDateTime": "20180608 12:23",
+ "attrs": [],
+ "id": "9420523",
+ "pointGid": "de:08127:20523:0:1",
+ "depDateTime": "20180608 12:23",
+ "area": "0",
+ "gid": "de:08127:20523",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Spielbach Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10070441.62325,49386049.76057",
+ "arrDateTime": "20180608 12:26",
+ "attrs": [],
+ "id": "9420519",
+ "pointGid": "de:08127:20519:0:1",
+ "depDateTime": "20180608 12:26",
+ "area": "0",
+ "gid": "de:08127:20519",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "36"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg B\u00f6hmweiler Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "B\u00f6hmweiler Ort",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10095298.91337,49388343.44571",
+ "arrDateTime": "20180608 12:28",
+ "attrs": [],
+ "id": "9420528",
+ "pointGid": "de:08127:20528:0:2",
+ "depDateTime": "20180608 12:28",
+ "area": "0",
+ "gid": "de:08127:20528",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Heiligenbronn",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Heiligenbronn",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10098720.37756,49379328.28112",
+ "arrDateTime": "20180608 12:30",
+ "attrs": [],
+ "id": "9420520",
+ "pointGid": "de:08127:20520:0:2",
+ "depDateTime": "20180608 12:30",
+ "area": "0",
+ "gid": "de:08127:20520",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Hummertsweiler",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Hummertsweiler",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10086049.40461,49375536.70758",
+ "arrDateTime": "20180608 12:33",
+ "attrs": [],
+ "id": "9420532",
+ "pointGid": "de:08127:20532:0:2",
+ "depDateTime": "20180608 12:33",
+ "area": "0",
+ "gid": "de:08127:20532",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Spindelbach",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Spindelbach",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10091098.52516,49364132.63087",
+ "arrDateTime": "20180608 12:35",
+ "attrs": [],
+ "id": "9420530",
+ "pointGid": "de:08127:20530:0:2",
+ "depDateTime": "20180608 12:35",
+ "area": "0",
+ "gid": "de:08127:20530",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Enzenweiler",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Enzenweiler",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10106627.21927,49366538.56664",
+ "arrDateTime": "20180608 12:39",
+ "attrs": [],
+ "id": "9420521",
+ "pointGid": "de:08127:20521:0:2",
+ "depDateTime": "20180608 12:39",
+ "area": "0",
+ "gid": "de:08127:20521",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Bossendorf Kreuzung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Kreuzung",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10109983.81562,49354187.72080",
+ "arrDateTime": "20180608 12:41",
+ "attrs": [],
+ "id": "9422911",
+ "pointGid": "de:08127:22911:0:2",
+ "depDateTime": "20180608 12:41",
+ "area": "0",
+ "gid": "de:08127:22911",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "2"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Sch\u00f6ngras Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Sch\u00f6ngras Ort",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10070797.36120,49363135.68359",
+ "arrDateTime": "20180608 12:46",
+ "attrs": [],
+ "id": "9420525",
+ "pointGid": "de:08127:20525:0:1",
+ "depDateTime": "20180608 12:46",
+ "area": "0",
+ "gid": "de:08127:20525",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Obereichenrot",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Obereichenrot",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10047833.77651,49360549.84081",
+ "arrDateTime": "20180608 12:49",
+ "attrs": [],
+ "id": "9420531",
+ "pointGid": "de:08127:20531:0:2",
+ "depDateTime": "20180608 12:49",
+ "area": "0",
+ "gid": "de:08127:20531",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Bovenzenweiler Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bovenzenweiler Ort",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10039557.36986,49363681.78597",
+ "arrDateTime": "20180608 12:50",
+ "attrs": [],
+ "id": "9420522",
+ "pointGid": "de:08127:20522:0:1",
+ "depDateTime": "20180608 12:50",
+ "area": "0",
+ "gid": "de:08127:20522",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Kreuzfeld",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Kreuzfeld",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10012512.84887,49364083.83792",
+ "arrDateTime": "20180608 12:53",
+ "attrs": [],
+ "id": "9420526",
+ "pointGid": "de:08127:20526:0:1",
+ "depDateTime": "20180608 12:53",
+ "area": "0",
+ "gid": "de:08127:20526",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Reupoldsrot",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Reupoldsrot",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10005031.37294,49361100.99522",
+ "arrDateTime": "20180608 12:54",
+ "attrs": [],
+ "id": "9420527",
+ "pointGid": "de:08127:20527:0:1",
+ "depDateTime": "20180608 12:54",
+ "area": "0",
+ "gid": "de:08127:20527",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Schlo\u00df",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Schlo\u00df",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9982092.55013,49345715.73076",
+ "arrDateTime": "20180608 12:58",
+ "attrs": [],
+ "id": "9420533",
+ "pointGid": "de:08127:20533:0:2",
+ "depDateTime": "20180608 12:58",
+ "area": "0",
+ "gid": "de:08127:20533",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Brunnenstra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Brunnenstra\u00dfe",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9978632.53497,49346122.74755",
+ "arrDateTime": "20180608 12:59",
+ "attrs": [],
+ "id": "9420529",
+ "pointGid": "de:08127:20529:0:1",
+ "depDateTime": "20180608 12:59",
+ "area": "0",
+ "gid": "de:08127:20529",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg ZOB",
+ "platformName": "Bstg. 2",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "ZOB",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9974421.77046,49346149.35429",
+ "arrDateTime": "20180608 13:00",
+ "attrs": [],
+ "id": "9420537",
+ "pointGid": "de:08127:20537:0:2",
+ "area": "0",
+ "gid": "de:08127:20537",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ }
+ ],
+ "prevStopSeq": [
+ {
+ "omc": "8127075",
+ "name": "Schrozberg ZOB",
+ "platformName": "Bstg. 2",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "ZOB",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9974421.77046,49346149.35429",
+ "attrs": [],
+ "id": "9420537",
+ "pointGid": "de:08127:20537:0:2",
+ "depDateTime": "20180608 12:10",
+ "area": "0",
+ "gid": "de:08127:20537",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Brunnenstra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Brunnenstra\u00dfe",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9978467.23567,49346115.15623",
+ "arrDateTime": "20180608 12:11",
+ "attrs": [],
+ "id": "9420529",
+ "pointGid": "de:08127:20529:0:2",
+ "depDateTime": "20180608 12:11",
+ "area": "0",
+ "gid": "de:08127:20529",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg K\u00f6nbronn Abzw.",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "K\u00f6nnbronn Abzw.",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9970674.78052,49351557.92086",
+ "arrDateTime": "20180608 12:12",
+ "attrs": [],
+ "id": "9408725",
+ "pointGid": "de:08127:8725:0:1",
+ "depDateTime": "20180608 12:12",
+ "area": "0",
+ "gid": "de:08127:8725",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Krailshausen Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Krailshausen Ort",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9990495.59653,49366666.49450",
+ "arrDateTime": "20180608 12:15",
+ "attrs": [],
+ "id": "9420545",
+ "pointGid": "de:08127:20545:0:1",
+ "depDateTime": "20180608 12:15",
+ "area": "0",
+ "gid": "de:08127:20545",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ }
+ ],
+ "x": "9792736.55131",
+ "servingLine": {
+ "direction": "Schrozberg ZOB",
+ "destID": "9420537",
+ "number": "102",
+ "stateless": "vsh:20102:3:H:j18",
+ "name": "Bus (R\u00f6hler)",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vsh",
+ "line": "20102",
+ "supplement": "3",
+ "direction": "H"
+ },
+ "code": "3",
+ "motType": "5",
+ "directionFrom": "Schrozberg ZOB",
+ "realtime": "0",
+ "key": "18",
+ "symbol": "102"
+ }
+ },
+ {
+ "operator": {
+ "name": "VerkehrsGesellschaft Main-Tauber mbH (VGMT)",
+ "code": "90",
+ "publicCode": ""
+ },
+ "platform": "RiO",
+ "dateTime": {
+ "hour": "12",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "49",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "pointType": "Bstg",
+ "countdown": "709",
+ "stopID": "6012124",
+ "y": "49419156.00000",
+ "mapName": "WGS84",
+ "stopName": "Hachtel, Ort",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "D\u00f6rtel, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9806997.70000,49423240.50000",
+ "arrDateTime": "20180608 12:54",
+ "attrs": [],
+ "id": "6012121",
+ "pointGid": "de:08128:12121:0:RiS",
+ "depDateTime": "20180608 12:54",
+ "area": "0",
+ "gid": "de:08128:12121",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "5"
+ },
+ {
+ "omc": "8128007",
+ "name": "Rot, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9814328.00000,49401048.80000",
+ "arrDateTime": "20180608 12:57",
+ "attrs": [],
+ "id": "6012130",
+ "pointGid": "de:08128:12130:0:RiO",
+ "depDateTime": "20180608 12:57",
+ "area": "0",
+ "gid": "de:08128:12130",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "14"
+ },
+ {
+ "omc": "8128007",
+ "name": "Herbsthausen, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9829850.90000,49405275.20000",
+ "arrDateTime": "20180608 12:59",
+ "attrs": [],
+ "id": "6012127",
+ "pointGid": "de:08128:12127:0:RiO",
+ "depDateTime": "20180608 12:59",
+ "area": "0",
+ "gid": "de:08128:12127",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "7"
+ },
+ {
+ "omc": "8128007",
+ "name": "Sch\u00f6nb\u00fchl, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9851972.65927,49411110.51139",
+ "arrDateTime": "20180608 13:02",
+ "attrs": [],
+ "id": "6012133",
+ "pointGid": "de:08128:12133",
+ "depDateTime": "20180608 13:02",
+ "area": "0",
+ "gid": "de:08128:12133",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "15"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbach M\u00f6nchshof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "M\u00f6nchshof",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834323.89985,49389407.84225",
+ "arrDateTime": "20180608 13:07",
+ "attrs": [],
+ "id": "5210600",
+ "pointGid": "de:08126:10600",
+ "depDateTime": "20180608 13:07",
+ "area": "0",
+ "gid": "de:08126:10600",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbacher Seen",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Seen",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9825751.07329,49384173.40907",
+ "arrDateTime": "20180608 13:08",
+ "attrs": [],
+ "id": "5210618",
+ "pointGid": "de:08126:10618",
+ "depDateTime": "20180608 13:08",
+ "area": "0",
+ "gid": "de:08126:10618",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbach Vorstadt",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Vorstadt",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9808413.07459,49376752.11981",
+ "arrDateTime": "20180608 13:09",
+ "attrs": [],
+ "id": "5210617",
+ "pointGid": "de:08126:10617",
+ "depDateTime": "20180608 13:09",
+ "area": "0",
+ "gid": "de:08126:10617",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbach Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9805237.96048,49374589.34546",
+ "arrDateTime": "20180608 13:10",
+ "attrs": [],
+ "id": "5210616",
+ "pointGid": "de:08126:10616",
+ "area": "0",
+ "gid": "de:08126:10616",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ }
+ ],
+ "prevStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9771657.10328,49493433.98745",
+ "attrs": [],
+ "id": "6012005",
+ "pointGid": "de:08128:12005:2:Bus",
+ "depDateTime": "20180608 12:12",
+ "area": "2",
+ "gid": "de:08128:12005",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Altstadt Schloss",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Altstadt Schloss",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9774209.20000,49488973.80000",
+ "arrDateTime": "20180608 12:15",
+ "attrs": [],
+ "id": "6012077",
+ "pointGid": "de:08128:12077:0:Bus1",
+ "depDateTime": "20180608 12:15",
+ "area": "0",
+ "gid": "de:08128:12077",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Maurus-Weber-Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Maurus-Weber-Stra\u00dfe",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9781413.70000,49486972.20000",
+ "arrDateTime": "20180608 12:18",
+ "attrs": [],
+ "id": "6012078",
+ "pointGid": "de:08128:12033:0:Bus2",
+ "depDateTime": "20180608 12:18",
+ "area": "0",
+ "gid": "de:08128:12078",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., E.-M\u00f6rike-Haus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "E.-M\u00f6rike-Haus",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9783596.60000,49485530.80000",
+ "arrDateTime": "20180608 12:19",
+ "attrs": [],
+ "id": "6012014",
+ "pointGid": "de:08128:12014:0:Bus2",
+ "depDateTime": "20180608 12:19",
+ "area": "0",
+ "gid": "de:08128:12014",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Deutschord-Gym.",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Deutschorden-Gymnasium",
+ "ref": {
+ "platform": "Bus1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9787243.80000,49486983.90000",
+ "arrDateTime": "20180608 12:22",
+ "attrs": [],
+ "id": "6012012",
+ "pointGid": "de:08128:12012:0:Bus1",
+ "depDateTime": "20180608 12:22",
+ "area": "0",
+ "gid": "de:08128:12012",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Wachbacher Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Wachbacher Stra\u00dfe",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770463.30000,49485011.40000",
+ "arrDateTime": "20180608 12:27",
+ "attrs": [],
+ "id": "6012046",
+ "pointGid": "de:08128:12046:0:Bus2",
+ "depDateTime": "20180608 12:27",
+ "area": "0",
+ "gid": "de:08128:12046",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Eisenb./Bruckner Str",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Eisenberg/Bruckner Str.",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770580.00000,49479344.40000",
+ "arrDateTime": "20180608 12:28",
+ "attrs": [],
+ "id": "6012016",
+ "pointGid": "de:08128:12016:0:RiS",
+ "depDateTime": "20180608 12:28",
+ "area": "0",
+ "gid": "de:08128:12016",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Willingertal/Camping",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Willingertal/Campingplatz",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9776832.30000,49463653.30000",
+ "arrDateTime": "20180608 12:31",
+ "attrs": [],
+ "id": "6012049",
+ "pointGid": "de:08128:12049:0:RiS",
+ "depDateTime": "20180608 12:31",
+ "area": "0",
+ "gid": "de:08128:12049",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Siedlung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Siedlung",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9787971.40000,49448395.10000",
+ "arrDateTime": "20180608 12:33",
+ "attrs": [],
+ "id": "6012117",
+ "pointGid": "de:08128:12117:0:RiS",
+ "depDateTime": "20180608 12:33",
+ "area": "0",
+ "gid": "de:08128:12117",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9792615.70000,49443167.80000",
+ "arrDateTime": "20180608 12:34",
+ "attrs": [],
+ "id": "6012115",
+ "pointGid": "de:08128:12115:0:RiS",
+ "depDateTime": "20180608 12:34",
+ "area": "0",
+ "gid": "de:08128:12115",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Schule",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Schule",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9797277.74217,49441694.28948",
+ "arrDateTime": "20180608 12:45",
+ "attrs": [],
+ "id": "6012116",
+ "pointGid": "de:08128:12116",
+ "depDateTime": "20180608 12:45",
+ "area": "0",
+ "gid": "de:08128:12116",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ }
+ ],
+ "x": "9792741.50000",
+ "servingLine": {
+ "direction": "Hollenbach Rathaus",
+ "destID": "5210616",
+ "number": "955",
+ "stateless": "vrn:49955: :H:j18",
+ "name": "Bus",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vrn",
+ "line": "49955",
+ "supplement": " ",
+ "direction": "H"
+ },
+ "code": "3",
+ "motType": "5",
+ "directionFrom": "Bad Mergentheim, Bahnhof",
+ "realtime": "0",
+ "key": "31",
+ "symbol": "955"
+ }
+ },
+ {
+ "operator": {
+ "name": "Betrieb",
+ "code": "Betrieb",
+ "publicCode": ""
+ },
+ "platform": "",
+ "dateTime": {
+ "hour": "13",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "15",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "countdown": "735",
+ "stopName": "Hachtel, Ort",
+ "stopID": "6012124",
+ "y": "49419183.89258",
+ "mapName": "WGS84",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Untereichenrot",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Untereichenrot",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10045963.57325,49376859.69566",
+ "arrDateTime": "20180608 13:19",
+ "attrs": [],
+ "id": "9420523",
+ "pointGid": "de:08127:20523:0:1",
+ "depDateTime": "20180608 13:19",
+ "area": "0",
+ "gid": "de:08127:20523",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Spielbach Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10070441.62325,49386049.76057",
+ "arrDateTime": "20180608 13:21",
+ "attrs": [],
+ "id": "9420519",
+ "pointGid": "de:08127:20519:0:1",
+ "depDateTime": "20180608 13:21",
+ "area": "0",
+ "gid": "de:08127:20519",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "36"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg B\u00f6hmweiler Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "B\u00f6hmweiler Ort",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10095298.91337,49388343.44571",
+ "arrDateTime": "20180608 13:23",
+ "attrs": [],
+ "id": "9420528",
+ "pointGid": "de:08127:20528:0:2",
+ "depDateTime": "20180608 13:23",
+ "area": "0",
+ "gid": "de:08127:20528",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Heiligenbronn",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Heiligenbronn",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10098720.37756,49379328.28112",
+ "arrDateTime": "20180608 13:25",
+ "attrs": [],
+ "id": "9420520",
+ "pointGid": "de:08127:20520:0:2",
+ "depDateTime": "20180608 13:25",
+ "area": "0",
+ "gid": "de:08127:20520",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Hummertsweiler",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Hummertsweiler",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10086049.40461,49375536.70758",
+ "arrDateTime": "20180608 13:26",
+ "attrs": [],
+ "id": "9420532",
+ "pointGid": "de:08127:20532:0:2",
+ "depDateTime": "20180608 13:26",
+ "area": "0",
+ "gid": "de:08127:20532",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Spindelbach",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Spindelbach",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10091098.52516,49364132.63087",
+ "arrDateTime": "20180608 13:29",
+ "attrs": [],
+ "id": "9420530",
+ "pointGid": "de:08127:20530:0:2",
+ "depDateTime": "20180608 13:29",
+ "area": "0",
+ "gid": "de:08127:20530",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Enzenweiler",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Enzenweiler",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10106627.21927,49366538.56664",
+ "arrDateTime": "20180608 13:31",
+ "attrs": [],
+ "id": "9420521",
+ "pointGid": "de:08127:20521:0:2",
+ "depDateTime": "20180608 13:31",
+ "area": "0",
+ "gid": "de:08127:20521",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Bossendorf Kreuzung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Kreuzung",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10109983.81562,49354187.72080",
+ "arrDateTime": "20180608 13:33",
+ "attrs": [],
+ "id": "9422911",
+ "pointGid": "de:08127:22911:0:2",
+ "depDateTime": "20180608 13:33",
+ "area": "0",
+ "gid": "de:08127:22911",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "2"
+ },
+ {
+ "omc": "8127075",
+ "name": "Leuzendorf Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10091331.93890,49346695.50012",
+ "arrDateTime": "20180608 13:36",
+ "attrs": [],
+ "id": "9420509",
+ "pointGid": "de:08127:20509:0:2",
+ "depDateTime": "20180608 13:38",
+ "area": "0",
+ "gid": "de:08127:20509",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "24"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Hechelein Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Hechelein Ort",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10082794.70575,49352134.90377",
+ "arrDateTime": "20180608 13:40",
+ "attrs": [],
+ "id": "9420514",
+ "pointGid": "de:08127:20514:0:1",
+ "depDateTime": "20180608 13:40",
+ "area": "0",
+ "gid": "de:08127:20514",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Windischbockenfeld",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Windischbockenfeld",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10077254.66482,49348041.52127",
+ "arrDateTime": "20180608 13:42",
+ "attrs": [],
+ "id": "9420515",
+ "pointGid": "de:08127:20515:0:2",
+ "depDateTime": "20180608 13:42",
+ "area": "0",
+ "gid": "de:08127:20515",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Funkstatt Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Funkstatt Ort",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10054934.55754,49348202.55859",
+ "arrDateTime": "20180608 13:45",
+ "attrs": [],
+ "id": "9420516",
+ "pointGid": "de:08127:20516:0:2",
+ "depDateTime": "20180608 13:45",
+ "area": "0",
+ "gid": "de:08127:20516",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Obereichenrot",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Obereichenrot",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10047833.77651,49360549.84081",
+ "arrDateTime": "20180608 13:50",
+ "attrs": [],
+ "id": "9420531",
+ "pointGid": "de:08127:20531:0:2",
+ "depDateTime": "20180608 13:50",
+ "area": "0",
+ "gid": "de:08127:20531",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Bovenzenweiler Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bovenzenweiler Ort",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10039557.36986,49363681.78597",
+ "arrDateTime": "20180608 13:52",
+ "attrs": [],
+ "id": "9420522",
+ "pointGid": "de:08127:20522:0:1",
+ "depDateTime": "20180608 13:52",
+ "area": "0",
+ "gid": "de:08127:20522",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Kreuzfeld",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Kreuzfeld",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10012512.84887,49364083.83792",
+ "arrDateTime": "20180608 13:55",
+ "attrs": [],
+ "id": "9420526",
+ "pointGid": "de:08127:20526:0:1",
+ "depDateTime": "20180608 13:55",
+ "area": "0",
+ "gid": "de:08127:20526",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Reupoldsrot",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Reupoldsrot",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "10005031.37294,49361100.99522",
+ "arrDateTime": "20180608 13:57",
+ "attrs": [],
+ "id": "9420527",
+ "pointGid": "de:08127:20527:0:1",
+ "depDateTime": "20180608 13:57",
+ "area": "0",
+ "gid": "de:08127:20527",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Schlo\u00df",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Schlo\u00df",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9982092.55013,49345715.73076",
+ "arrDateTime": "20180608 14:02",
+ "attrs": [],
+ "id": "9420533",
+ "pointGid": "de:08127:20533:0:2",
+ "depDateTime": "20180608 14:02",
+ "area": "0",
+ "gid": "de:08127:20533",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Brunnenstra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Brunnenstra\u00dfe",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9978632.53497,49346122.74755",
+ "arrDateTime": "20180608 14:03",
+ "attrs": [],
+ "id": "9420529",
+ "pointGid": "de:08127:20529:0:1",
+ "depDateTime": "20180608 14:03",
+ "area": "0",
+ "gid": "de:08127:20529",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg ZOB",
+ "platformName": "Bstg. 2",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "ZOB",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9974421.77046,49346149.35429",
+ "arrDateTime": "20180608 14:04",
+ "attrs": [],
+ "id": "9420537",
+ "pointGid": "de:08127:20537:0:2",
+ "area": "0",
+ "gid": "de:08127:20537",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ }
+ ],
+ "prevStopSeq": [
+ {
+ "omc": "8127075",
+ "name": "Schrozberg ZOB",
+ "platformName": "Bstg. 2",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "ZOB",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9974421.77046,49346149.35429",
+ "attrs": [],
+ "id": "9420537",
+ "pointGid": "de:08127:20537:0:2",
+ "depDateTime": "20180608 13:07",
+ "area": "0",
+ "gid": "de:08127:20537",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Brunnenstra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Brunnenstra\u00dfe",
+ "ref": {
+ "platform": "2",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9978467.23567,49346115.15623",
+ "arrDateTime": "20180608 13:08",
+ "attrs": [],
+ "id": "9420529",
+ "pointGid": "de:08127:20529:0:2",
+ "depDateTime": "20180608 13:08",
+ "area": "0",
+ "gid": "de:08127:20529",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg K\u00f6nbronn Abzw.",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "K\u00f6nnbronn Abzw.",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9970674.78052,49351557.92086",
+ "arrDateTime": "20180608 13:09",
+ "attrs": [],
+ "id": "9408725",
+ "pointGid": "de:08127:8725:0:1",
+ "depDateTime": "20180608 13:09",
+ "area": "0",
+ "gid": "de:08127:8725",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ },
+ {
+ "omc": "8127075",
+ "name": "Schrozberg Krailshausen Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Krailshausen Ort",
+ "ref": {
+ "platform": "1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9990495.59653,49366666.49450",
+ "arrDateTime": "20180608 13:12",
+ "attrs": [],
+ "id": "9420545",
+ "pointGid": "de:08127:20545:0:1",
+ "depDateTime": "20180608 13:12",
+ "area": "0",
+ "gid": "de:08127:20545",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "32"
+ }
+ ],
+ "x": "9792736.55131",
+ "servingLine": {
+ "direction": "Schrozberg ZOB",
+ "destID": "9420537",
+ "number": "102",
+ "stateless": "vsh:20102:3:H:j18",
+ "name": "Bus (R\u00f6hler)",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vsh",
+ "line": "20102",
+ "supplement": "3",
+ "direction": "H"
+ },
+ "code": "3",
+ "motType": "5",
+ "directionFrom": "Schrozberg ZOB",
+ "realtime": "0",
+ "key": "17",
+ "symbol": "102"
+ }
+ },
+ {
+ "operator": {
+ "name": "VerkehrsGesellschaft Main-Tauber mbH (VGMT)",
+ "code": "90",
+ "publicCode": ""
+ },
+ "platform": "RiW",
+ "dateTime": {
+ "hour": "13",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "28",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "pointType": "Bstg",
+ "countdown": "748",
+ "stopID": "6012124",
+ "y": "49419249.50000",
+ "mapName": "WGS84",
+ "stopName": "Hachtel, Ort",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Schule",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Schule",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9797277.74217,49441694.28948",
+ "arrDateTime": "20180608 13:32",
+ "attrs": [],
+ "id": "6012116",
+ "pointGid": "de:08128:12116",
+ "depDateTime": "20180608 13:32",
+ "area": "0",
+ "gid": "de:08128:12116",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9792777.40000,49443167.80000",
+ "arrDateTime": "20180608 13:33",
+ "attrs": [],
+ "id": "6012115",
+ "pointGid": "de:08128:12115:0:RiN",
+ "depDateTime": "20180608 13:33",
+ "area": "0",
+ "gid": "de:08128:12115",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Siedlung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Siedlung",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9788025.30000,49448511.90000",
+ "arrDateTime": "20180608 13:34",
+ "attrs": [],
+ "id": "6012117",
+ "pointGid": "de:08128:12117:0:RiN",
+ "depDateTime": "20180608 13:34",
+ "area": "0",
+ "gid": "de:08128:12117",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Willingertal/Camping",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Willingertal/Campingplatz",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9776940.10000,49463694.10000",
+ "arrDateTime": "20180608 13:36",
+ "attrs": [],
+ "id": "6012049",
+ "pointGid": "de:08128:12049:0:RiN",
+ "depDateTime": "20180608 13:36",
+ "area": "0",
+ "gid": "de:08128:12049",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Eisenb./Bruckner Str",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Eisenberg/Bruckner Str.",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770696.80000,49479233.50000",
+ "arrDateTime": "20180608 13:39",
+ "attrs": [],
+ "id": "6012016",
+ "pointGid": "de:08128:12016:0:RiN",
+ "depDateTime": "20180608 13:39",
+ "area": "0",
+ "gid": "de:08128:12016",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Wachbacher Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Wachbacher Stra\u00dfe",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770499.20000,49484877.20000",
+ "arrDateTime": "20180608 13:40",
+ "attrs": [],
+ "id": "6012046",
+ "pointGid": "de:08128:12046:0:Bus1",
+ "depDateTime": "20180608 13:40",
+ "area": "0",
+ "gid": "de:08128:12046",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9771657.10328,49493433.98745",
+ "arrDateTime": "20180608 13:42",
+ "attrs": [],
+ "id": "6012005",
+ "pointGid": "de:08128:12005:2:Bus",
+ "area": "2",
+ "gid": "de:08128:12005",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ }
+ ],
+ "prevStopSeq": [
+ {
+ "omc": "8126056",
+ "name": "Hollenbach Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9805237.96048,49374589.34546",
+ "attrs": [],
+ "id": "5210616",
+ "pointGid": "de:08126:10616",
+ "depDateTime": "20180608 13:11",
+ "area": "0",
+ "gid": "de:08126:10616",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbach Vorstadt",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Vorstadt",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9808413.07459,49376752.11981",
+ "arrDateTime": "20180608 13:12",
+ "attrs": [],
+ "id": "5210617",
+ "pointGid": "de:08126:10617",
+ "depDateTime": "20180608 13:12",
+ "area": "0",
+ "gid": "de:08126:10617",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbacher Seen",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Seen",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9825751.07329,49384173.40907",
+ "arrDateTime": "20180608 13:13",
+ "attrs": [],
+ "id": "5210618",
+ "pointGid": "de:08126:10618",
+ "depDateTime": "20180608 13:13",
+ "area": "0",
+ "gid": "de:08126:10618",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbach M\u00f6nchshof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "M\u00f6nchshof",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834323.89985,49389407.84225",
+ "arrDateTime": "20180608 13:14",
+ "attrs": [],
+ "id": "5210600",
+ "pointGid": "de:08126:10600",
+ "depDateTime": "20180608 13:14",
+ "area": "0",
+ "gid": "de:08126:10600",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8128007",
+ "name": "Herbsthausen, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9829770.00000,49405146.60000",
+ "arrDateTime": "20180608 13:17",
+ "attrs": [],
+ "id": "6012127",
+ "pointGid": "de:08128:12127:0:RiN",
+ "depDateTime": "20180608 13:17",
+ "area": "0",
+ "gid": "de:08128:12127",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "7"
+ },
+ {
+ "omc": "8128007",
+ "name": "Rot, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiW",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9814220.20000,49401154.00000",
+ "arrDateTime": "20180608 13:20",
+ "attrs": [],
+ "id": "6012130",
+ "pointGid": "de:08128:12130:0:RiW",
+ "depDateTime": "20180608 13:20",
+ "area": "0",
+ "gid": "de:08128:12130",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "14"
+ },
+ {
+ "omc": "8128007",
+ "name": "D\u00f6rtel, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9807195.40000,49423357.40000",
+ "arrDateTime": "20180608 13:24",
+ "attrs": [],
+ "id": "6012121",
+ "pointGid": "de:08128:12121:0:RiN",
+ "depDateTime": "20180608 13:24",
+ "area": "0",
+ "gid": "de:08128:12121",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "5"
+ }
+ ],
+ "x": "9792741.50000",
+ "servingLine": {
+ "direction": "Bad Mergentheim, Bahnhof",
+ "destID": "6012005",
+ "number": "955",
+ "stateless": "vrn:49955: :R:j18",
+ "name": "Bus",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vrn",
+ "line": "49955",
+ "supplement": " ",
+ "direction": "R"
+ },
+ "code": "3",
+ "motType": "5",
+ "directionFrom": "Hollenbach Rathaus",
+ "realtime": "0",
+ "key": "15",
+ "symbol": "955"
+ }
+ },
+ {
+ "operator": {
+ "name": "VerkehrsGesellschaft Main-Tauber mbH (VGMT)",
+ "code": "90",
+ "publicCode": ""
+ },
+ "platform": "RiO",
+ "dateTime": {
+ "hour": "13",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "32",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "pointType": "Bstg",
+ "countdown": "752",
+ "stopID": "6012124",
+ "y": "49419156.00000",
+ "mapName": "WGS84",
+ "stopName": "Hachtel, Ort",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "D\u00f6rtel, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9806997.70000,49423240.50000",
+ "arrDateTime": "20180608 13:37",
+ "attrs": [],
+ "id": "6012121",
+ "pointGid": "de:08128:12121:0:RiS",
+ "depDateTime": "20180608 13:37",
+ "area": "0",
+ "gid": "de:08128:12121",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "5"
+ },
+ {
+ "omc": "8128007",
+ "name": "Rot, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9814328.00000,49401048.80000",
+ "arrDateTime": "20180608 13:41",
+ "attrs": [],
+ "id": "6012130",
+ "pointGid": "de:08128:12130:0:RiO",
+ "depDateTime": "20180608 13:41",
+ "area": "0",
+ "gid": "de:08128:12130",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "14"
+ },
+ {
+ "omc": "8128007",
+ "name": "Herbsthausen, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9829850.90000,49405275.20000",
+ "arrDateTime": "20180608 13:44",
+ "attrs": [],
+ "id": "6012127",
+ "pointGid": "de:08128:12127:0:RiO",
+ "depDateTime": "20180608 13:44",
+ "area": "0",
+ "gid": "de:08128:12127",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "7"
+ },
+ {
+ "omc": "8128007",
+ "name": "Sch\u00f6nb\u00fchl, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9851972.65927,49411110.51139",
+ "arrDateTime": "20180608 13:47",
+ "attrs": [],
+ "id": "6012133",
+ "pointGid": "de:08128:12133",
+ "depDateTime": "20180608 13:47",
+ "area": "0",
+ "gid": "de:08128:12133",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "15"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbach M\u00f6nchshof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "M\u00f6nchshof",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834323.89985,49389407.84225",
+ "arrDateTime": "20180608 13:52",
+ "attrs": [],
+ "id": "5210600",
+ "pointGid": "de:08126:10600",
+ "depDateTime": "20180608 13:52",
+ "area": "0",
+ "gid": "de:08126:10600",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbacher Seen",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Seen",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9825751.07329,49384173.40907",
+ "arrDateTime": "20180608 13:53",
+ "attrs": [],
+ "id": "5210618",
+ "pointGid": "de:08126:10618",
+ "depDateTime": "20180608 13:53",
+ "area": "0",
+ "gid": "de:08126:10618",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbach Vorstadt",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Vorstadt",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9808413.07459,49376752.11981",
+ "arrDateTime": "20180608 13:54",
+ "attrs": [],
+ "id": "5210617",
+ "pointGid": "de:08126:10617",
+ "depDateTime": "20180608 13:54",
+ "area": "0",
+ "gid": "de:08126:10617",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbach Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9805237.96048,49374589.34546",
+ "arrDateTime": "20180608 13:55",
+ "attrs": [],
+ "id": "5210616",
+ "pointGid": "de:08126:10616",
+ "area": "0",
+ "gid": "de:08126:10616",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ }
+ ],
+ "prevStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Altstadt Schloss",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Altstadt Schloss",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9774209.20000,49488973.80000",
+ "attrs": [],
+ "id": "6012077",
+ "pointGid": "de:08128:12077:0:Bus1",
+ "depDateTime": "20180608 13:00",
+ "area": "0",
+ "gid": "de:08128:12077",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Maurus-Weber-Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Maurus-Weber-Stra\u00dfe",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9781413.70000,49486972.20000",
+ "arrDateTime": "20180608 13:02",
+ "attrs": [],
+ "id": "6012078",
+ "pointGid": "de:08128:12033:0:Bus2",
+ "depDateTime": "20180608 13:02",
+ "area": "0",
+ "gid": "de:08128:12078",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., E.-M\u00f6rike-Haus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "E.-M\u00f6rike-Haus",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9783596.60000,49485530.80000",
+ "arrDateTime": "20180608 13:03",
+ "attrs": [],
+ "id": "6012014",
+ "pointGid": "de:08128:12014:0:Bus2",
+ "depDateTime": "20180608 13:03",
+ "area": "0",
+ "gid": "de:08128:12014",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Deutschord-Gym.",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Deutschorden-Gymnasium",
+ "ref": {
+ "platform": "Bus1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9787243.80000,49486983.90000",
+ "arrDateTime": "20180608 13:04",
+ "attrs": [],
+ "id": "6012012",
+ "pointGid": "de:08128:12012:0:Bus1",
+ "depDateTime": "20180608 13:04",
+ "area": "0",
+ "gid": "de:08128:12012",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Altstadt Schloss",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Altstadt Schloss",
+ "ref": {
+ "platform": "RiW",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9774388.90000,49489102.20000",
+ "arrDateTime": "20180608 13:12",
+ "attrs": [],
+ "id": "6012077",
+ "pointGid": "de:08128:12077:0:Bus2",
+ "depDateTime": "20180608 13:12",
+ "area": "0",
+ "gid": "de:08128:12077",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9771657.10328,49493433.98745",
+ "arrDateTime": "20180608 13:14",
+ "attrs": [],
+ "id": "6012005",
+ "pointGid": "de:08128:12005:2:Bus",
+ "depDateTime": "20180608 13:14",
+ "area": "2",
+ "gid": "de:08128:12005",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Wachbacher Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Wachbacher Stra\u00dfe",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770463.30000,49485011.40000",
+ "arrDateTime": "20180608 13:16",
+ "attrs": [],
+ "id": "6012046",
+ "pointGid": "de:08128:12046:0:Bus2",
+ "depDateTime": "20180608 13:16",
+ "area": "0",
+ "gid": "de:08128:12046",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Eisenb./Bruckner Str",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Eisenberg/Bruckner Str.",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770580.00000,49479344.40000",
+ "arrDateTime": "20180608 13:17",
+ "attrs": [],
+ "id": "6012016",
+ "pointGid": "de:08128:12016:0:RiS",
+ "depDateTime": "20180608 13:17",
+ "area": "0",
+ "gid": "de:08128:12016",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Willingertal/Camping",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Willingertal/Campingplatz",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9776832.30000,49463653.30000",
+ "arrDateTime": "20180608 13:20",
+ "attrs": [],
+ "id": "6012049",
+ "pointGid": "de:08128:12049:0:RiS",
+ "depDateTime": "20180608 13:20",
+ "area": "0",
+ "gid": "de:08128:12049",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Siedlung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Siedlung",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9787971.40000,49448395.10000",
+ "arrDateTime": "20180608 13:22",
+ "attrs": [],
+ "id": "6012117",
+ "pointGid": "de:08128:12117:0:RiS",
+ "depDateTime": "20180608 13:22",
+ "area": "0",
+ "gid": "de:08128:12117",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9792615.70000,49443167.80000",
+ "arrDateTime": "20180608 13:23",
+ "attrs": [],
+ "id": "6012115",
+ "pointGid": "de:08128:12115:0:RiS",
+ "depDateTime": "20180608 13:23",
+ "area": "0",
+ "gid": "de:08128:12115",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Schule",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Schule",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9797277.74217,49441694.28948",
+ "arrDateTime": "20180608 13:24",
+ "attrs": [],
+ "id": "6012116",
+ "pointGid": "de:08128:12116",
+ "depDateTime": "20180608 13:24",
+ "area": "0",
+ "gid": "de:08128:12116",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ }
+ ],
+ "x": "9792741.50000",
+ "servingLine": {
+ "direction": "Hollenbach Rathaus",
+ "destID": "5210616",
+ "number": "955",
+ "stateless": "vrn:49955: :H:j18",
+ "name": "Bus",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vrn",
+ "line": "49955",
+ "supplement": " ",
+ "direction": "H"
+ },
+ "code": "3",
+ "motType": "5",
+ "directionFrom": "Bad Mergentheim, Altstadt Schloss",
+ "realtime": "0",
+ "key": "35",
+ "symbol": "955"
+ }
+ },
+ {
+ "operator": {
+ "name": "VerkehrsGesellschaft Main-Tauber mbH (VGMT)",
+ "code": "90",
+ "publicCode": ""
+ },
+ "platform": "RiW",
+ "dateTime": {
+ "hour": "14",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "13",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "pointType": "Bstg",
+ "countdown": "793",
+ "stopID": "6012124",
+ "y": "49419249.50000",
+ "mapName": "WGS84",
+ "stopName": "Hachtel, Ort",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Schule",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Schule",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9797277.74217,49441694.28948",
+ "arrDateTime": "20180608 14:18",
+ "attrs": [],
+ "id": "6012116",
+ "pointGid": "de:08128:12116",
+ "depDateTime": "20180608 14:18",
+ "area": "0",
+ "gid": "de:08128:12116",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9792777.40000,49443167.80000",
+ "arrDateTime": "20180608 14:19",
+ "attrs": [],
+ "id": "6012115",
+ "pointGid": "de:08128:12115:0:RiN",
+ "depDateTime": "20180608 14:19",
+ "area": "0",
+ "gid": "de:08128:12115",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Siedlung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Siedlung",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9788025.30000,49448511.90000",
+ "arrDateTime": "20180608 14:20",
+ "attrs": [],
+ "id": "6012117",
+ "pointGid": "de:08128:12117:0:RiN",
+ "depDateTime": "20180608 14:20",
+ "area": "0",
+ "gid": "de:08128:12117",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Willingertal/Camping",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Willingertal/Campingplatz",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9776940.10000,49463694.10000",
+ "arrDateTime": "20180608 14:22",
+ "attrs": [],
+ "id": "6012049",
+ "pointGid": "de:08128:12049:0:RiN",
+ "depDateTime": "20180608 14:22",
+ "area": "0",
+ "gid": "de:08128:12049",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Eisenb./Bruckner Str",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Eisenberg/Bruckner Str.",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770696.80000,49479233.50000",
+ "arrDateTime": "20180608 14:25",
+ "attrs": [],
+ "id": "6012016",
+ "pointGid": "de:08128:12016:0:RiN",
+ "depDateTime": "20180608 14:25",
+ "area": "0",
+ "gid": "de:08128:12016",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Wachbacher Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Wachbacher Stra\u00dfe",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770499.20000,49484877.20000",
+ "arrDateTime": "20180608 14:26",
+ "attrs": [],
+ "id": "6012046",
+ "pointGid": "de:08128:12046:0:Bus1",
+ "depDateTime": "20180608 14:26",
+ "area": "0",
+ "gid": "de:08128:12046",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9771657.10328,49493433.98745",
+ "arrDateTime": "20180608 14:30",
+ "attrs": [],
+ "id": "6012005",
+ "pointGid": "de:08128:12005:2:Bus",
+ "area": "2",
+ "gid": "de:08128:12005",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ }
+ ],
+ "prevStopSeq": [
+ {
+ "omc": "8126056",
+ "name": "Hollenbach Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9805237.96048,49374589.34546",
+ "attrs": [],
+ "id": "5210616",
+ "pointGid": "de:08126:10616",
+ "depDateTime": "20180608 13:56",
+ "area": "0",
+ "gid": "de:08126:10616",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbach Vorstadt",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Vorstadt",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9808413.07459,49376752.11981",
+ "arrDateTime": "20180608 13:57",
+ "attrs": [],
+ "id": "5210617",
+ "pointGid": "de:08126:10617",
+ "depDateTime": "20180608 13:57",
+ "area": "0",
+ "gid": "de:08126:10617",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbacher Seen",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Seen",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9825751.07329,49384173.40907",
+ "arrDateTime": "20180608 13:58",
+ "attrs": [],
+ "id": "5210618",
+ "pointGid": "de:08126:10618",
+ "depDateTime": "20180608 13:58",
+ "area": "0",
+ "gid": "de:08126:10618",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbach M\u00f6nchshof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "M\u00f6nchshof",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834323.89985,49389407.84225",
+ "arrDateTime": "20180608 13:59",
+ "attrs": [],
+ "id": "5210600",
+ "pointGid": "de:08126:10600",
+ "depDateTime": "20180608 13:59",
+ "area": "0",
+ "gid": "de:08126:10600",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8128007",
+ "name": "Herbsthausen, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9829770.00000,49405146.60000",
+ "arrDateTime": "20180608 14:02",
+ "attrs": [],
+ "id": "6012127",
+ "pointGid": "de:08128:12127:0:RiN",
+ "depDateTime": "20180608 14:02",
+ "area": "0",
+ "gid": "de:08128:12127",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "7"
+ },
+ {
+ "omc": "8128007",
+ "name": "Rot, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiW",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9814220.20000,49401154.00000",
+ "arrDateTime": "20180608 14:05",
+ "attrs": [],
+ "id": "6012130",
+ "pointGid": "de:08128:12130:0:RiW",
+ "depDateTime": "20180608 14:05",
+ "area": "0",
+ "gid": "de:08128:12130",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "14"
+ },
+ {
+ "omc": "8128007",
+ "name": "D\u00f6rtel, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9807195.40000,49423357.40000",
+ "arrDateTime": "20180608 14:09",
+ "attrs": [],
+ "id": "6012121",
+ "pointGid": "de:08128:12121:0:RiN",
+ "depDateTime": "20180608 14:09",
+ "area": "0",
+ "gid": "de:08128:12121",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "5"
+ }
+ ],
+ "x": "9792741.50000",
+ "servingLine": {
+ "direction": "Bad Mergentheim, Bahnhof",
+ "destID": "6012005",
+ "number": "955",
+ "stateless": "vrn:49955: :R:j18",
+ "name": "Bus",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vrn",
+ "line": "49955",
+ "supplement": " ",
+ "direction": "R"
+ },
+ "code": "3",
+ "motType": "5",
+ "directionFrom": "Hollenbach Rathaus",
+ "realtime": "0",
+ "key": "16",
+ "symbol": "955"
+ }
+ },
+ {
+ "operator": {
+ "name": "VerkehrsGesellschaft Main-Tauber mbH (VGMT)",
+ "code": "90",
+ "publicCode": ""
+ },
+ "platform": "RiO",
+ "dateTime": {
+ "hour": "16",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "6",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "pointType": "Bstg",
+ "countdown": "906",
+ "stopID": "6012124",
+ "y": "49419156.00000",
+ "mapName": "WGS84",
+ "stopName": "Hachtel, Ort",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "D\u00f6rtel, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9806997.70000,49423240.50000",
+ "arrDateTime": "20180608 16:11",
+ "attrs": [],
+ "id": "6012121",
+ "pointGid": "de:08128:12121:0:RiS",
+ "depDateTime": "20180608 16:11",
+ "area": "0",
+ "gid": "de:08128:12121",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "5"
+ },
+ {
+ "omc": "8128007",
+ "name": "Rot, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9814328.00000,49401048.80000",
+ "arrDateTime": "20180608 16:15",
+ "attrs": [],
+ "id": "6012130",
+ "pointGid": "de:08128:12130:0:RiO",
+ "depDateTime": "20180608 16:15",
+ "area": "0",
+ "gid": "de:08128:12130",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "14"
+ },
+ {
+ "omc": "8128007",
+ "name": "Herbsthausen, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9829850.90000,49405275.20000",
+ "arrDateTime": "20180608 16:18",
+ "attrs": [],
+ "id": "6012127",
+ "pointGid": "de:08128:12127:0:RiO",
+ "depDateTime": "20180608 16:18",
+ "area": "0",
+ "gid": "de:08128:12127",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "7"
+ },
+ {
+ "omc": "8128007",
+ "name": "Sch\u00f6nb\u00fchl, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9851972.65927,49411110.51139",
+ "arrDateTime": "20180608 16:21",
+ "attrs": [],
+ "id": "6012133",
+ "pointGid": "de:08128:12133",
+ "depDateTime": "20180608 16:21",
+ "area": "0",
+ "gid": "de:08128:12133",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "15"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbach M\u00f6nchshof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "M\u00f6nchshof",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834323.89985,49389407.84225",
+ "arrDateTime": "20180608 16:26",
+ "attrs": [],
+ "id": "5210600",
+ "pointGid": "de:08126:10600",
+ "depDateTime": "20180608 16:26",
+ "area": "0",
+ "gid": "de:08126:10600",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbacher Seen",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Seen",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9825751.07329,49384173.40907",
+ "arrDateTime": "20180608 16:27",
+ "attrs": [],
+ "id": "5210618",
+ "pointGid": "de:08126:10618",
+ "depDateTime": "20180608 16:27",
+ "area": "0",
+ "gid": "de:08126:10618",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbach Vorstadt",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Vorstadt",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9808413.07459,49376752.11981",
+ "arrDateTime": "20180608 16:29",
+ "attrs": [],
+ "id": "5210617",
+ "pointGid": "de:08126:10617",
+ "depDateTime": "20180608 16:29",
+ "area": "0",
+ "gid": "de:08126:10617",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbach Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9805237.96048,49374589.34546",
+ "arrDateTime": "20180608 16:30",
+ "attrs": [],
+ "id": "5210616",
+ "pointGid": "de:08126:10616",
+ "area": "0",
+ "gid": "de:08126:10616",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ }
+ ],
+ "prevStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Altstadt Schloss",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Altstadt Schloss",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9774209.20000,49488973.80000",
+ "attrs": [],
+ "id": "6012077",
+ "pointGid": "de:08128:12077:0:Bus1",
+ "depDateTime": "20180608 15:39",
+ "area": "0",
+ "gid": "de:08128:12077",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Maurus-Weber-Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Maurus-Weber-Stra\u00dfe",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9781413.70000,49486972.20000",
+ "arrDateTime": "20180608 15:40",
+ "attrs": [],
+ "id": "6012078",
+ "pointGid": "de:08128:12033:0:Bus2",
+ "depDateTime": "20180608 15:40",
+ "area": "0",
+ "gid": "de:08128:12078",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., E.-M\u00f6rike-Haus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "E.-M\u00f6rike-Haus",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9783596.60000,49485530.80000",
+ "arrDateTime": "20180608 15:41",
+ "attrs": [],
+ "id": "6012014",
+ "pointGid": "de:08128:12014:0:Bus2",
+ "depDateTime": "20180608 15:41",
+ "area": "0",
+ "gid": "de:08128:12014",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Deutschord-Gym.",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Deutschorden-Gymnasium",
+ "ref": {
+ "platform": "Bus1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9787243.80000,49486983.90000",
+ "arrDateTime": "20180608 15:43",
+ "attrs": [],
+ "id": "6012012",
+ "pointGid": "de:08128:12012:0:Bus1",
+ "depDateTime": "20180608 15:43",
+ "area": "0",
+ "gid": "de:08128:12012",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Altstadt Schloss",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Altstadt Schloss",
+ "ref": {
+ "platform": "RiW",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9774388.90000,49489102.20000",
+ "arrDateTime": "20180608 15:46",
+ "attrs": [],
+ "id": "6012077",
+ "pointGid": "de:08128:12077:0:Bus2",
+ "depDateTime": "20180608 15:46",
+ "area": "0",
+ "gid": "de:08128:12077",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9771657.10328,49493433.98745",
+ "arrDateTime": "20180608 15:51",
+ "attrs": [],
+ "id": "6012005",
+ "pointGid": "de:08128:12005:2:Bus",
+ "depDateTime": "20180608 15:51",
+ "area": "2",
+ "gid": "de:08128:12005",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Wachbacher Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Wachbacher Stra\u00dfe",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770463.30000,49485011.40000",
+ "arrDateTime": "20180608 15:54",
+ "attrs": [],
+ "id": "6012046",
+ "pointGid": "de:08128:12046:0:Bus2",
+ "depDateTime": "20180608 15:54",
+ "area": "0",
+ "gid": "de:08128:12046",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Eisenb./Bruckner Str",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Eisenberg/Bruckner Str.",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770580.00000,49479344.40000",
+ "arrDateTime": "20180608 15:55",
+ "attrs": [],
+ "id": "6012016",
+ "pointGid": "de:08128:12016:0:RiS",
+ "depDateTime": "20180608 15:55",
+ "area": "0",
+ "gid": "de:08128:12016",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Willingertal/Camping",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Willingertal/Campingplatz",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9776832.30000,49463653.30000",
+ "arrDateTime": "20180608 15:58",
+ "attrs": [],
+ "id": "6012049",
+ "pointGid": "de:08128:12049:0:RiS",
+ "depDateTime": "20180608 15:58",
+ "area": "0",
+ "gid": "de:08128:12049",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Siedlung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Siedlung",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9787971.40000,49448395.10000",
+ "arrDateTime": "20180608 16:00",
+ "attrs": [],
+ "id": "6012117",
+ "pointGid": "de:08128:12117:0:RiS",
+ "depDateTime": "20180608 16:00",
+ "area": "0",
+ "gid": "de:08128:12117",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9792615.70000,49443167.80000",
+ "arrDateTime": "20180608 16:01",
+ "attrs": [],
+ "id": "6012115",
+ "pointGid": "de:08128:12115:0:RiS",
+ "depDateTime": "20180608 16:01",
+ "area": "0",
+ "gid": "de:08128:12115",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Schule",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Schule",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9797277.74217,49441694.28948",
+ "arrDateTime": "20180608 16:02",
+ "attrs": [],
+ "id": "6012116",
+ "pointGid": "de:08128:12116",
+ "depDateTime": "20180608 16:02",
+ "area": "0",
+ "gid": "de:08128:12116",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ }
+ ],
+ "x": "9792741.50000",
+ "servingLine": {
+ "direction": "Hollenbach Rathaus",
+ "destID": "5210616",
+ "number": "955",
+ "stateless": "vrn:49955: :H:j18",
+ "name": "Bus",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vrn",
+ "line": "49955",
+ "supplement": " ",
+ "direction": "H"
+ },
+ "code": "3",
+ "motType": "5",
+ "directionFrom": "Bad Mergentheim, Altstadt Schloss",
+ "realtime": "0",
+ "key": "36",
+ "symbol": "955"
+ }
+ },
+ {
+ "operator": {
+ "name": "VerkehrsGesellschaft Main-Tauber mbH (VGMT)",
+ "code": "90",
+ "publicCode": ""
+ },
+ "platform": "RiO",
+ "dateTime": {
+ "hour": "16",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "57",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "pointType": "Bstg",
+ "countdown": "957",
+ "stopID": "6012124",
+ "y": "49419156.00000",
+ "mapName": "WGS84",
+ "stopName": "Hachtel, Ort",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "D\u00f6rtel, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9806997.70000,49423240.50000",
+ "arrDateTime": "20180608 17:02",
+ "attrs": [],
+ "id": "6012121",
+ "pointGid": "de:08128:12121:0:RiS",
+ "depDateTime": "20180608 17:02",
+ "area": "0",
+ "gid": "de:08128:12121",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "5"
+ },
+ {
+ "omc": "8128007",
+ "name": "Rot, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9814328.00000,49401048.80000",
+ "arrDateTime": "20180608 17:06",
+ "attrs": [],
+ "id": "6012130",
+ "pointGid": "de:08128:12130:0:RiO",
+ "depDateTime": "20180608 17:06",
+ "area": "0",
+ "gid": "de:08128:12130",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "14"
+ },
+ {
+ "omc": "8128007",
+ "name": "Herbsthausen, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9829850.90000,49405275.20000",
+ "arrDateTime": "20180608 17:09",
+ "attrs": [],
+ "id": "6012127",
+ "pointGid": "de:08128:12127:0:RiO",
+ "depDateTime": "20180608 17:09",
+ "area": "0",
+ "gid": "de:08128:12127",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "7"
+ },
+ {
+ "omc": "8128007",
+ "name": "Sch\u00f6nb\u00fchl, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9851972.65927,49411110.51139",
+ "arrDateTime": "20180608 17:12",
+ "attrs": [],
+ "id": "6012133",
+ "pointGid": "de:08128:12133",
+ "area": "0",
+ "gid": "de:08128:12133",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "15"
+ }
+ ],
+ "prevStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9771657.10328,49493433.98745",
+ "attrs": [],
+ "id": "6012005",
+ "pointGid": "de:08128:12005:2:Bus",
+ "depDateTime": "20180608 16:41",
+ "area": "2",
+ "gid": "de:08128:12005",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Altstadt Schloss",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Altstadt Schloss",
+ "ref": {
+ "platform": "RiW",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9774388.90000,49489102.20000",
+ "arrDateTime": "20180608 16:43",
+ "attrs": [],
+ "id": "6012077",
+ "pointGid": "de:08128:12077:0:Bus2",
+ "depDateTime": "20180608 16:43",
+ "area": "0",
+ "gid": "de:08128:12077",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Wachbacher Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Wachbacher Stra\u00dfe",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770463.30000,49485011.40000",
+ "arrDateTime": "20180608 16:45",
+ "attrs": [],
+ "id": "6012046",
+ "pointGid": "de:08128:12046:0:Bus2",
+ "depDateTime": "20180608 16:45",
+ "area": "0",
+ "gid": "de:08128:12046",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Willingertal/Camping",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Willingertal/Campingplatz",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9776832.30000,49463653.30000",
+ "arrDateTime": "20180608 16:48",
+ "attrs": [],
+ "id": "6012049",
+ "pointGid": "de:08128:12049:0:RiS",
+ "depDateTime": "20180608 16:48",
+ "area": "0",
+ "gid": "de:08128:12049",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Siedlung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Siedlung",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9787971.40000,49448395.10000",
+ "arrDateTime": "20180608 16:50",
+ "attrs": [],
+ "id": "6012117",
+ "pointGid": "de:08128:12117:0:RiS",
+ "depDateTime": "20180608 16:50",
+ "area": "0",
+ "gid": "de:08128:12117",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9792615.70000,49443167.80000",
+ "arrDateTime": "20180608 16:51",
+ "attrs": [],
+ "id": "6012115",
+ "pointGid": "de:08128:12115:0:RiS",
+ "depDateTime": "20180608 16:51",
+ "area": "0",
+ "gid": "de:08128:12115",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Schule",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Schule",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9797277.74217,49441694.28948",
+ "arrDateTime": "20180608 16:53",
+ "attrs": [],
+ "id": "6012116",
+ "pointGid": "de:08128:12116",
+ "depDateTime": "20180608 16:53",
+ "area": "0",
+ "gid": "de:08128:12116",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ }
+ ],
+ "x": "9792741.50000",
+ "servingLine": {
+ "direction": "Sch\u00f6nb\u00fchl, Ort",
+ "destID": "6012133",
+ "number": "955",
+ "stateless": "vrn:49955: :H:j18",
+ "name": "Bus",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vrn",
+ "line": "49955",
+ "supplement": " ",
+ "direction": "H"
+ },
+ "code": "3",
+ "motType": "5",
+ "directionFrom": "Bad Mergentheim, Bahnhof",
+ "realtime": "0",
+ "key": "38",
+ "symbol": "955"
+ }
+ },
+ {
+ "operator": {
+ "name": "VerkehrsGesellschaft Main-Tauber mbH (VGMT)",
+ "code": "90",
+ "publicCode": ""
+ },
+ "platform": "RiO",
+ "dateTime": {
+ "hour": "17",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "46",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "pointType": "Bstg",
+ "countdown": "1006",
+ "stopID": "6012124",
+ "y": "49419156.00000",
+ "mapName": "WGS84",
+ "stopName": "Hachtel, Ort",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "D\u00f6rtel, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9806997.70000,49423240.50000",
+ "arrDateTime": "20180608 17:51",
+ "attrs": [],
+ "id": "6012121",
+ "pointGid": "de:08128:12121:0:RiS",
+ "depDateTime": "20180608 17:51",
+ "area": "0",
+ "gid": "de:08128:12121",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "5"
+ },
+ {
+ "omc": "8128007",
+ "name": "Rot, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9814328.00000,49401048.80000",
+ "arrDateTime": "20180608 17:54",
+ "attrs": [],
+ "id": "6012130",
+ "pointGid": "de:08128:12130:0:RiO",
+ "depDateTime": "20180608 17:54",
+ "area": "0",
+ "gid": "de:08128:12130",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "14"
+ },
+ {
+ "omc": "8128007",
+ "name": "Herbsthausen, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9829850.90000,49405275.20000",
+ "arrDateTime": "20180608 17:57",
+ "attrs": [],
+ "id": "6012127",
+ "pointGid": "de:08128:12127:0:RiO",
+ "depDateTime": "20180608 17:57",
+ "area": "0",
+ "gid": "de:08128:12127",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "7"
+ },
+ {
+ "omc": "8128007",
+ "name": "Sch\u00f6nb\u00fchl, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9851972.65927,49411110.51139",
+ "arrDateTime": "20180608 17:58",
+ "attrs": [],
+ "id": "6012133",
+ "pointGid": "de:08128:12133",
+ "depDateTime": "20180608 17:58",
+ "area": "0",
+ "gid": "de:08128:12133",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "15"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbach M\u00f6nchshof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "M\u00f6nchshof",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834323.89985,49389407.84225",
+ "arrDateTime": "20180608 17:59",
+ "attrs": [],
+ "id": "5210600",
+ "pointGid": "de:08126:10600",
+ "depDateTime": "20180608 17:59",
+ "area": "0",
+ "gid": "de:08126:10600",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbacher Seen",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Seen",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9825751.07329,49384173.40907",
+ "arrDateTime": "20180608 18:00",
+ "attrs": [],
+ "id": "5210618",
+ "pointGid": "de:08126:10618",
+ "depDateTime": "20180608 18:00",
+ "area": "0",
+ "gid": "de:08126:10618",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbach Vorstadt",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Vorstadt",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9808413.07459,49376752.11981",
+ "arrDateTime": "20180608 18:01",
+ "attrs": [],
+ "id": "5210617",
+ "pointGid": "de:08126:10617",
+ "depDateTime": "20180608 18:01",
+ "area": "0",
+ "gid": "de:08126:10617",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ },
+ {
+ "omc": "8126056",
+ "name": "Hollenbach Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9805237.96048,49374589.34546",
+ "arrDateTime": "20180608 18:02",
+ "attrs": [],
+ "id": "5210616",
+ "pointGid": "de:08126:10616",
+ "area": "0",
+ "gid": "de:08126:10616",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "10"
+ }
+ ],
+ "prevStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Altstadt Schloss",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Altstadt Schloss",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9774209.20000,49488973.80000",
+ "attrs": [],
+ "id": "6012077",
+ "pointGid": "de:08128:12077:0:Bus1",
+ "depDateTime": "20180608 17:17",
+ "area": "0",
+ "gid": "de:08128:12077",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Maurus-Weber-Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Maurus-Weber-Stra\u00dfe",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9781413.70000,49486972.20000",
+ "arrDateTime": "20180608 17:19",
+ "attrs": [],
+ "id": "6012078",
+ "pointGid": "de:08128:12033:0:Bus2",
+ "depDateTime": "20180608 17:19",
+ "area": "0",
+ "gid": "de:08128:12078",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., E.-M\u00f6rike-Haus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "E.-M\u00f6rike-Haus",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9783596.60000,49485530.80000",
+ "arrDateTime": "20180608 17:20",
+ "attrs": [],
+ "id": "6012014",
+ "pointGid": "de:08128:12014:0:Bus2",
+ "depDateTime": "20180608 17:20",
+ "area": "0",
+ "gid": "de:08128:12014",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Deutschord-Gym.",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Deutschorden-Gymnasium",
+ "ref": {
+ "platform": "Bus1",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9787243.80000,49486983.90000",
+ "arrDateTime": "20180608 17:22",
+ "attrs": [],
+ "id": "6012012",
+ "pointGid": "de:08128:12012:0:Bus1",
+ "depDateTime": "20180608 17:22",
+ "area": "0",
+ "gid": "de:08128:12012",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Altstadt Schloss",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Altstadt Schloss",
+ "ref": {
+ "platform": "RiW",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9774388.90000,49489102.20000",
+ "arrDateTime": "20180608 17:25",
+ "attrs": [],
+ "id": "6012077",
+ "pointGid": "de:08128:12077:0:Bus2",
+ "depDateTime": "20180608 17:25",
+ "area": "0",
+ "gid": "de:08128:12077",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9771657.10328,49493433.98745",
+ "arrDateTime": "20180608 17:27",
+ "attrs": [],
+ "id": "6012005",
+ "pointGid": "de:08128:12005:2:Bus",
+ "depDateTime": "20180608 17:27",
+ "area": "2",
+ "gid": "de:08128:12005",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Wachbacher Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Wachbacher Stra\u00dfe",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770463.30000,49485011.40000",
+ "arrDateTime": "20180608 17:34",
+ "attrs": [],
+ "id": "6012046",
+ "pointGid": "de:08128:12046:0:Bus2",
+ "depDateTime": "20180608 17:34",
+ "area": "0",
+ "gid": "de:08128:12046",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Eisenb./Bruckner Str",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Eisenberg/Bruckner Str.",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770580.00000,49479344.40000",
+ "arrDateTime": "20180608 17:36",
+ "attrs": [],
+ "id": "6012016",
+ "pointGid": "de:08128:12016:0:RiS",
+ "depDateTime": "20180608 17:36",
+ "area": "0",
+ "gid": "de:08128:12016",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Willingertal/Camping",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Willingertal/Campingplatz",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9776832.30000,49463653.30000",
+ "arrDateTime": "20180608 17:39",
+ "attrs": [],
+ "id": "6012049",
+ "pointGid": "de:08128:12049:0:RiS",
+ "depDateTime": "20180608 17:39",
+ "area": "0",
+ "gid": "de:08128:12049",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Siedlung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Siedlung",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9787971.40000,49448395.10000",
+ "arrDateTime": "20180608 17:41",
+ "attrs": [],
+ "id": "6012117",
+ "pointGid": "de:08128:12117:0:RiS",
+ "depDateTime": "20180608 17:41",
+ "area": "0",
+ "gid": "de:08128:12117",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9792615.70000,49443167.80000",
+ "arrDateTime": "20180608 17:42",
+ "attrs": [],
+ "id": "6012115",
+ "pointGid": "de:08128:12115:0:RiS",
+ "depDateTime": "20180608 17:42",
+ "area": "0",
+ "gid": "de:08128:12115",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ }
+ ],
+ "x": "9792741.50000",
+ "servingLine": {
+ "direction": "Hollenbach Rathaus",
+ "destID": "5210616",
+ "number": "955",
+ "stateless": "vrn:49955: :H:j18",
+ "name": "Bus",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vrn",
+ "line": "49955",
+ "supplement": " ",
+ "direction": "H"
+ },
+ "code": "3",
+ "motType": "5",
+ "directionFrom": "Bad Mergentheim, Altstadt Schloss",
+ "realtime": "0",
+ "key": "40",
+ "symbol": "955"
+ }
+ },
+ {
+ "operator": {
+ "name": "VerkehrsGesellschaft Main-Tauber mbH (VGMT)",
+ "code": "90",
+ "publicCode": ""
+ },
+ "platform": "RiO",
+ "dateTime": {
+ "hour": "18",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "34",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "pointType": "Bstg",
+ "countdown": "1054",
+ "stopID": "6012124",
+ "y": "49419156.00000",
+ "mapName": "WGS84",
+ "stopName": "Hachtel, Ort",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "D\u00f6rtel, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9806997.70000,49423240.50000",
+ "arrDateTime": "20180608 18:35",
+ "attrs": [],
+ "id": "6012121",
+ "pointGid": "de:08128:12121:0:RiS",
+ "depDateTime": "20180608 18:35",
+ "area": "0",
+ "gid": "de:08128:12121",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "5"
+ },
+ {
+ "omc": "8128007",
+ "name": "Rot, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9814328.00000,49401048.80000",
+ "arrDateTime": "20180608 18:36",
+ "attrs": [],
+ "id": "6012130",
+ "pointGid": "de:08128:12130:0:RiO",
+ "depDateTime": "20180608 18:36",
+ "area": "0",
+ "gid": "de:08128:12130",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "14"
+ },
+ {
+ "omc": "8128007",
+ "name": "Herbsthausen, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9829850.90000,49405275.20000",
+ "arrDateTime": "20180608 18:37",
+ "attrs": [],
+ "id": "6012127",
+ "pointGid": "de:08128:12127:0:RiO",
+ "depDateTime": "20180608 18:37",
+ "area": "0",
+ "gid": "de:08128:12127",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "7"
+ },
+ {
+ "omc": "8128007",
+ "name": "Sch\u00f6nb\u00fchl, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9851972.65927,49411110.51139",
+ "arrDateTime": "20180608 18:40",
+ "attrs": [],
+ "id": "6012133",
+ "pointGid": "de:08128:12133",
+ "area": "0",
+ "gid": "de:08128:12133",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "15"
+ }
+ ],
+ "prevStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9771657.10328,49493433.98745",
+ "attrs": [],
+ "id": "6012005",
+ "pointGid": "de:08128:12005:2:Bus",
+ "depDateTime": "20180608 18:20",
+ "area": "2",
+ "gid": "de:08128:12005",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh.,Caritas-K./Uhlandstr.",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Caritas-Krankenh./Uhlandstra\u00dfe",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9763519.30000,49491984.80000",
+ "arrDateTime": "20180608 18:20",
+ "attrs": [],
+ "id": "6012084",
+ "pointGid": "de:08128:12084:0:Bus2",
+ "depDateTime": "20180608 18:20",
+ "area": "0",
+ "gid": "de:08128:12084",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Altstadt Schloss",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Altstadt Schloss",
+ "ref": {
+ "platform": "RiW",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9774388.90000,49489102.20000",
+ "arrDateTime": "20180608 18:20",
+ "attrs": [],
+ "id": "6012077",
+ "pointGid": "de:08128:12077:0:Bus2",
+ "depDateTime": "20180608 18:20",
+ "area": "0",
+ "gid": "de:08128:12077",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Wachbacher Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Wachbacher Stra\u00dfe",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770463.30000,49485011.40000",
+ "arrDateTime": "20180608 18:20",
+ "attrs": [],
+ "id": "6012046",
+ "pointGid": "de:08128:12046:0:Bus2",
+ "depDateTime": "20180608 18:20",
+ "area": "0",
+ "gid": "de:08128:12046",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Willingertal/Camping",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Willingertal/Campingplatz",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9776832.30000,49463653.30000",
+ "arrDateTime": "20180608 18:22",
+ "attrs": [],
+ "id": "6012049",
+ "pointGid": "de:08128:12049:0:RiS",
+ "depDateTime": "20180608 18:22",
+ "area": "0",
+ "gid": "de:08128:12049",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Siedlung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Siedlung",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9787971.40000,49448395.10000",
+ "arrDateTime": "20180608 18:31",
+ "attrs": [],
+ "id": "6012117",
+ "pointGid": "de:08128:12117:0:RiS",
+ "depDateTime": "20180608 18:31",
+ "area": "0",
+ "gid": "de:08128:12117",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9792615.70000,49443167.80000",
+ "arrDateTime": "20180608 18:31",
+ "attrs": [],
+ "id": "6012115",
+ "pointGid": "de:08128:12115:0:RiS",
+ "depDateTime": "20180608 18:31",
+ "area": "0",
+ "gid": "de:08128:12115",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Markelsheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834728.03794,49478168.90011",
+ "arrDateTime": "20180608 18:32",
+ "attrs": [],
+ "id": "6012144",
+ "pointGid": "de:08128:12144:30:Bus",
+ "depDateTime": "20180608 18:32",
+ "area": "30",
+ "gid": "de:08128:12144",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "11"
+ },
+ {
+ "omc": "8128007",
+ "name": "Markelsheim, Kirche",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Kirche",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834441.30000,49473997.80000",
+ "arrDateTime": "20180608 18:32",
+ "attrs": [],
+ "id": "6012145",
+ "pointGid": "de:08128:12145:0:RiS",
+ "depDateTime": "20180608 18:32",
+ "area": "0",
+ "gid": "de:08128:12145",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "11"
+ },
+ {
+ "omc": "8128007",
+ "name": "Apfelbach, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9823022.78005,49445865.66881",
+ "arrDateTime": "20180608 18:33",
+ "attrs": [],
+ "id": "6012140",
+ "pointGid": "de:08128:12140",
+ "depDateTime": "20180608 18:33",
+ "area": "0",
+ "gid": "de:08128:12140",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "2"
+ }
+ ],
+ "x": "9792741.50000",
+ "servingLine": {
+ "direction": "Sch\u00f6nb\u00fchl, Ort",
+ "destID": "6012133",
+ "number": "9855",
+ "itdNoTrain": "Ruftaxi/-bus (tel. vorbestellen)",
+ "stateless": "vrn:62955: :H:j18",
+ "name": "Ruftaxi/-bus",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vrn",
+ "line": "62955",
+ "supplement": " ",
+ "direction": "H"
+ },
+ "code": "8",
+ "motType": "10",
+ "directionFrom": "Bad Mergentheim, Bahnhof",
+ "realtime": "0",
+ "key": "8",
+ "symbol": "9855"
+ }
+ },
+ {
+ "operator": {
+ "name": "VerkehrsGesellschaft Main-Tauber mbH (VGMT)",
+ "code": "90",
+ "publicCode": ""
+ },
+ "platform": "RiO",
+ "dateTime": {
+ "hour": "18",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "45",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "pointType": "Bstg",
+ "countdown": "1065",
+ "stopID": "6012124",
+ "y": "49419156.00000",
+ "mapName": "WGS84",
+ "stopName": "Hachtel, Ort",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Apfelbach, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9823022.78005,49445865.66881",
+ "arrDateTime": "20180608 18:46",
+ "attrs": [],
+ "id": "6012140",
+ "pointGid": "de:08128:12140",
+ "depDateTime": "20180608 18:46",
+ "area": "0",
+ "gid": "de:08128:12140",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "2"
+ },
+ {
+ "omc": "8128007",
+ "name": "Markelsheim, Kirche",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Kirche",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834656.90000,49474132.10000",
+ "arrDateTime": "20180608 18:47",
+ "attrs": [],
+ "id": "6012145",
+ "pointGid": "de:08128:12145:0:RiN",
+ "depDateTime": "20180608 18:47",
+ "area": "0",
+ "gid": "de:08128:12145",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "11"
+ },
+ {
+ "omc": "8128007",
+ "name": "Markelsheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834728.03794,49478168.90011",
+ "arrDateTime": "20180608 18:47",
+ "attrs": [],
+ "id": "6012144",
+ "pointGid": "de:08128:12144:30:Bus",
+ "depDateTime": "20180608 18:47",
+ "area": "30",
+ "gid": "de:08128:12144",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "11"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9792777.40000,49443167.80000",
+ "arrDateTime": "20180608 18:48",
+ "attrs": [],
+ "id": "6012115",
+ "pointGid": "de:08128:12115:0:RiN",
+ "depDateTime": "20180608 18:48",
+ "area": "0",
+ "gid": "de:08128:12115",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Siedlung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Siedlung",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9788025.30000,49448511.90000",
+ "arrDateTime": "20180608 18:48",
+ "attrs": [],
+ "id": "6012117",
+ "pointGid": "de:08128:12117:0:RiN",
+ "depDateTime": "20180608 18:48",
+ "area": "0",
+ "gid": "de:08128:12117",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Willingertal/Camping",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Willingertal/Campingplatz",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9776940.10000,49463694.10000",
+ "arrDateTime": "20180608 18:57",
+ "attrs": [],
+ "id": "6012049",
+ "pointGid": "de:08128:12049:0:RiN",
+ "depDateTime": "20180608 18:57",
+ "area": "0",
+ "gid": "de:08128:12049",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Wachbacher Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Wachbacher Stra\u00dfe",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770499.20000,49484877.20000",
+ "arrDateTime": "20180608 19:00",
+ "attrs": [],
+ "id": "6012046",
+ "pointGid": "de:08128:12046:0:Bus1",
+ "depDateTime": "20180608 19:00",
+ "area": "0",
+ "gid": "de:08128:12046",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Altstadt Schloss",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Altstadt Schloss",
+ "ref": {
+ "platform": "RiW",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9774388.90000,49489102.20000",
+ "arrDateTime": "20180608 19:00",
+ "attrs": [],
+ "id": "6012077",
+ "pointGid": "de:08128:12077:0:Bus2",
+ "depDateTime": "20180608 19:00",
+ "area": "0",
+ "gid": "de:08128:12077",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh.,Caritas-K./Uhlandstr.",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Caritas-Krankenh./Uhlandstra\u00dfe",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9763519.30000,49491984.80000",
+ "arrDateTime": "20180608 19:00",
+ "attrs": [],
+ "id": "6012084",
+ "pointGid": "de:08128:12084:0:Bus2",
+ "depDateTime": "20180608 19:00",
+ "area": "0",
+ "gid": "de:08128:12084",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9771657.10328,49493433.98745",
+ "arrDateTime": "20180608 19:00",
+ "attrs": [],
+ "id": "6012005",
+ "pointGid": "de:08128:12005:2:Bus",
+ "area": "2",
+ "gid": "de:08128:12005",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ }
+ ],
+ "prevStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Sch\u00f6nb\u00fchl, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9851972.65927,49411110.51139",
+ "attrs": [],
+ "id": "6012133",
+ "pointGid": "de:08128:12133",
+ "depDateTime": "20180608 18:40",
+ "area": "0",
+ "gid": "de:08128:12133",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "15"
+ },
+ {
+ "omc": "8128007",
+ "name": "Herbsthausen, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9829770.00000,49405146.60000",
+ "arrDateTime": "20180608 18:42",
+ "attrs": [],
+ "id": "6012127",
+ "pointGid": "de:08128:12127:0:RiN",
+ "depDateTime": "20180608 18:42",
+ "area": "0",
+ "gid": "de:08128:12127",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "7"
+ },
+ {
+ "omc": "8128007",
+ "name": "Rot, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiW",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9814220.20000,49401154.00000",
+ "arrDateTime": "20180608 18:43",
+ "attrs": [],
+ "id": "6012130",
+ "pointGid": "de:08128:12130:0:RiW",
+ "depDateTime": "20180608 18:43",
+ "area": "0",
+ "gid": "de:08128:12130",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "14"
+ },
+ {
+ "omc": "8128007",
+ "name": "D\u00f6rtel, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9807195.40000,49423357.40000",
+ "arrDateTime": "20180608 18:44",
+ "attrs": [],
+ "id": "6012121",
+ "pointGid": "de:08128:12121:0:RiN",
+ "depDateTime": "20180608 18:44",
+ "area": "0",
+ "gid": "de:08128:12121",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "5"
+ }
+ ],
+ "x": "9792741.50000",
+ "servingLine": {
+ "direction": "Bad Mergentheim, Bahnhof",
+ "destID": "6012005",
+ "number": "9855",
+ "itdNoTrain": "Ruftaxi/-bus (tel. vorbestellen)",
+ "stateless": "vrn:62955: :R:j18",
+ "name": "Ruftaxi/-bus",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vrn",
+ "line": "62955",
+ "supplement": " ",
+ "direction": "R"
+ },
+ "code": "8",
+ "motType": "10",
+ "directionFrom": "Sch\u00f6nb\u00fchl, Ort",
+ "realtime": "0",
+ "key": "18",
+ "symbol": "9855"
+ }
+ },
+ {
+ "operator": {
+ "name": "VerkehrsGesellschaft Main-Tauber mbH (VGMT)",
+ "code": "90",
+ "publicCode": ""
+ },
+ "platform": "RiO",
+ "dateTime": {
+ "hour": "20",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "34",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "pointType": "Bstg",
+ "countdown": "1174",
+ "stopID": "6012124",
+ "y": "49419156.00000",
+ "mapName": "WGS84",
+ "stopName": "Hachtel, Ort",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "D\u00f6rtel, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9806997.70000,49423240.50000",
+ "arrDateTime": "20180608 20:35",
+ "attrs": [],
+ "id": "6012121",
+ "pointGid": "de:08128:12121:0:RiS",
+ "depDateTime": "20180608 20:35",
+ "area": "0",
+ "gid": "de:08128:12121",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "5"
+ },
+ {
+ "omc": "8128007",
+ "name": "Rot, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9814328.00000,49401048.80000",
+ "arrDateTime": "20180608 20:36",
+ "attrs": [],
+ "id": "6012130",
+ "pointGid": "de:08128:12130:0:RiO",
+ "depDateTime": "20180608 20:36",
+ "area": "0",
+ "gid": "de:08128:12130",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "14"
+ },
+ {
+ "omc": "8128007",
+ "name": "Herbsthausen, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9829850.90000,49405275.20000",
+ "arrDateTime": "20180608 20:37",
+ "attrs": [],
+ "id": "6012127",
+ "pointGid": "de:08128:12127:0:RiO",
+ "depDateTime": "20180608 20:37",
+ "area": "0",
+ "gid": "de:08128:12127",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "7"
+ },
+ {
+ "omc": "8128007",
+ "name": "Sch\u00f6nb\u00fchl, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9851972.65927,49411110.51139",
+ "arrDateTime": "20180608 20:40",
+ "attrs": [],
+ "id": "6012133",
+ "pointGid": "de:08128:12133",
+ "area": "0",
+ "gid": "de:08128:12133",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "15"
+ }
+ ],
+ "prevStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9771657.10328,49493433.98745",
+ "attrs": [],
+ "id": "6012005",
+ "pointGid": "de:08128:12005:2:Bus",
+ "depDateTime": "20180608 20:20",
+ "area": "2",
+ "gid": "de:08128:12005",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh.,Caritas-K./Uhlandstr.",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Caritas-Krankenh./Uhlandstra\u00dfe",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9763519.30000,49491984.80000",
+ "arrDateTime": "20180608 20:20",
+ "attrs": [],
+ "id": "6012084",
+ "pointGid": "de:08128:12084:0:Bus2",
+ "depDateTime": "20180608 20:20",
+ "area": "0",
+ "gid": "de:08128:12084",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Altstadt Schloss",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Altstadt Schloss",
+ "ref": {
+ "platform": "RiW",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9774388.90000,49489102.20000",
+ "arrDateTime": "20180608 20:20",
+ "attrs": [],
+ "id": "6012077",
+ "pointGid": "de:08128:12077:0:Bus2",
+ "depDateTime": "20180608 20:20",
+ "area": "0",
+ "gid": "de:08128:12077",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Wachbacher Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Wachbacher Stra\u00dfe",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770463.30000,49485011.40000",
+ "arrDateTime": "20180608 20:20",
+ "attrs": [],
+ "id": "6012046",
+ "pointGid": "de:08128:12046:0:Bus2",
+ "depDateTime": "20180608 20:20",
+ "area": "0",
+ "gid": "de:08128:12046",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Willingertal/Camping",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Willingertal/Campingplatz",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9776832.30000,49463653.30000",
+ "arrDateTime": "20180608 20:22",
+ "attrs": [],
+ "id": "6012049",
+ "pointGid": "de:08128:12049:0:RiS",
+ "depDateTime": "20180608 20:22",
+ "area": "0",
+ "gid": "de:08128:12049",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Siedlung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Siedlung",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9787971.40000,49448395.10000",
+ "arrDateTime": "20180608 20:31",
+ "attrs": [],
+ "id": "6012117",
+ "pointGid": "de:08128:12117:0:RiS",
+ "depDateTime": "20180608 20:31",
+ "area": "0",
+ "gid": "de:08128:12117",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9792615.70000,49443167.80000",
+ "arrDateTime": "20180608 20:31",
+ "attrs": [],
+ "id": "6012115",
+ "pointGid": "de:08128:12115:0:RiS",
+ "depDateTime": "20180608 20:31",
+ "area": "0",
+ "gid": "de:08128:12115",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Markelsheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834728.03794,49478168.90011",
+ "arrDateTime": "20180608 20:32",
+ "attrs": [],
+ "id": "6012144",
+ "pointGid": "de:08128:12144:30:Bus",
+ "depDateTime": "20180608 20:32",
+ "area": "30",
+ "gid": "de:08128:12144",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "11"
+ },
+ {
+ "omc": "8128007",
+ "name": "Markelsheim, Kirche",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Kirche",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834441.30000,49473997.80000",
+ "arrDateTime": "20180608 20:32",
+ "attrs": [],
+ "id": "6012145",
+ "pointGid": "de:08128:12145:0:RiS",
+ "depDateTime": "20180608 20:32",
+ "area": "0",
+ "gid": "de:08128:12145",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "11"
+ },
+ {
+ "omc": "8128007",
+ "name": "Apfelbach, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9823022.78005,49445865.66881",
+ "arrDateTime": "20180608 20:33",
+ "attrs": [],
+ "id": "6012140",
+ "pointGid": "de:08128:12140",
+ "depDateTime": "20180608 20:33",
+ "area": "0",
+ "gid": "de:08128:12140",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "2"
+ }
+ ],
+ "x": "9792741.50000",
+ "servingLine": {
+ "direction": "Sch\u00f6nb\u00fchl, Ort",
+ "destID": "6012133",
+ "number": "9855",
+ "itdNoTrain": "Ruftaxi/-bus (tel. vorbestellen)",
+ "stateless": "vrn:62955: :H:j18",
+ "name": "Ruftaxi/-bus",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vrn",
+ "line": "62955",
+ "supplement": " ",
+ "direction": "H"
+ },
+ "code": "8",
+ "motType": "10",
+ "directionFrom": "Bad Mergentheim, Bahnhof",
+ "realtime": "0",
+ "key": "1",
+ "symbol": "9855"
+ }
+ },
+ {
+ "operator": {
+ "name": "VerkehrsGesellschaft Main-Tauber mbH (VGMT)",
+ "code": "90",
+ "publicCode": ""
+ },
+ "platform": "RiO",
+ "dateTime": {
+ "hour": "20",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "45",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "pointType": "Bstg",
+ "countdown": "1185",
+ "stopID": "6012124",
+ "y": "49419156.00000",
+ "mapName": "WGS84",
+ "stopName": "Hachtel, Ort",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Apfelbach, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9823022.78005,49445865.66881",
+ "arrDateTime": "20180608 20:46",
+ "attrs": [],
+ "id": "6012140",
+ "pointGid": "de:08128:12140",
+ "depDateTime": "20180608 20:46",
+ "area": "0",
+ "gid": "de:08128:12140",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "2"
+ },
+ {
+ "omc": "8128007",
+ "name": "Markelsheim, Kirche",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Kirche",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834656.90000,49474132.10000",
+ "arrDateTime": "20180608 20:47",
+ "attrs": [],
+ "id": "6012145",
+ "pointGid": "de:08128:12145:0:RiN",
+ "depDateTime": "20180608 20:47",
+ "area": "0",
+ "gid": "de:08128:12145",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "11"
+ },
+ {
+ "omc": "8128007",
+ "name": "Markelsheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834728.03794,49478168.90011",
+ "arrDateTime": "20180608 20:47",
+ "attrs": [],
+ "id": "6012144",
+ "pointGid": "de:08128:12144:30:Bus",
+ "depDateTime": "20180608 20:47",
+ "area": "30",
+ "gid": "de:08128:12144",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "11"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9792777.40000,49443167.80000",
+ "arrDateTime": "20180608 20:48",
+ "attrs": [],
+ "id": "6012115",
+ "pointGid": "de:08128:12115:0:RiN",
+ "depDateTime": "20180608 20:48",
+ "area": "0",
+ "gid": "de:08128:12115",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Siedlung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Siedlung",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9788025.30000,49448511.90000",
+ "arrDateTime": "20180608 20:48",
+ "attrs": [],
+ "id": "6012117",
+ "pointGid": "de:08128:12117:0:RiN",
+ "depDateTime": "20180608 20:48",
+ "area": "0",
+ "gid": "de:08128:12117",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Willingertal/Camping",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Willingertal/Campingplatz",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9776940.10000,49463694.10000",
+ "arrDateTime": "20180608 20:57",
+ "attrs": [],
+ "id": "6012049",
+ "pointGid": "de:08128:12049:0:RiN",
+ "depDateTime": "20180608 20:57",
+ "area": "0",
+ "gid": "de:08128:12049",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Wachbacher Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Wachbacher Stra\u00dfe",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770499.20000,49484877.20000",
+ "arrDateTime": "20180608 21:00",
+ "attrs": [],
+ "id": "6012046",
+ "pointGid": "de:08128:12046:0:Bus1",
+ "depDateTime": "20180608 21:00",
+ "area": "0",
+ "gid": "de:08128:12046",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Altstadt Schloss",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Altstadt Schloss",
+ "ref": {
+ "platform": "RiW",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9774388.90000,49489102.20000",
+ "arrDateTime": "20180608 21:00",
+ "attrs": [],
+ "id": "6012077",
+ "pointGid": "de:08128:12077:0:Bus2",
+ "depDateTime": "20180608 21:00",
+ "area": "0",
+ "gid": "de:08128:12077",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh.,Caritas-K./Uhlandstr.",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Caritas-Krankenh./Uhlandstra\u00dfe",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9763519.30000,49491984.80000",
+ "arrDateTime": "20180608 21:00",
+ "attrs": [],
+ "id": "6012084",
+ "pointGid": "de:08128:12084:0:Bus2",
+ "depDateTime": "20180608 21:00",
+ "area": "0",
+ "gid": "de:08128:12084",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9771657.10328,49493433.98745",
+ "arrDateTime": "20180608 21:00",
+ "attrs": [],
+ "id": "6012005",
+ "pointGid": "de:08128:12005:2:Bus",
+ "area": "2",
+ "gid": "de:08128:12005",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ }
+ ],
+ "prevStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Sch\u00f6nb\u00fchl, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9851972.65927,49411110.51139",
+ "attrs": [],
+ "id": "6012133",
+ "pointGid": "de:08128:12133",
+ "depDateTime": "20180608 20:40",
+ "area": "0",
+ "gid": "de:08128:12133",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "15"
+ },
+ {
+ "omc": "8128007",
+ "name": "Herbsthausen, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9829770.00000,49405146.60000",
+ "arrDateTime": "20180608 20:42",
+ "attrs": [],
+ "id": "6012127",
+ "pointGid": "de:08128:12127:0:RiN",
+ "depDateTime": "20180608 20:42",
+ "area": "0",
+ "gid": "de:08128:12127",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "7"
+ },
+ {
+ "omc": "8128007",
+ "name": "Rot, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiW",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9814220.20000,49401154.00000",
+ "arrDateTime": "20180608 20:43",
+ "attrs": [],
+ "id": "6012130",
+ "pointGid": "de:08128:12130:0:RiW",
+ "depDateTime": "20180608 20:43",
+ "area": "0",
+ "gid": "de:08128:12130",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "14"
+ },
+ {
+ "omc": "8128007",
+ "name": "D\u00f6rtel, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9807195.40000,49423357.40000",
+ "arrDateTime": "20180608 20:44",
+ "attrs": [],
+ "id": "6012121",
+ "pointGid": "de:08128:12121:0:RiN",
+ "depDateTime": "20180608 20:44",
+ "area": "0",
+ "gid": "de:08128:12121",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "5"
+ }
+ ],
+ "x": "9792741.50000",
+ "servingLine": {
+ "direction": "Bad Mergentheim, Bahnhof",
+ "destID": "6012005",
+ "number": "9855",
+ "itdNoTrain": "Ruftaxi/-bus (tel. vorbestellen)",
+ "stateless": "vrn:62955: :R:j18",
+ "name": "Ruftaxi/-bus",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vrn",
+ "line": "62955",
+ "supplement": " ",
+ "direction": "R"
+ },
+ "code": "8",
+ "motType": "10",
+ "directionFrom": "Sch\u00f6nb\u00fchl, Ort",
+ "realtime": "0",
+ "key": "19",
+ "symbol": "9855"
+ }
+ },
+ {
+ "operator": {
+ "name": "VerkehrsGesellschaft Main-Tauber mbH (VGMT)",
+ "code": "90",
+ "publicCode": ""
+ },
+ "platform": "RiO",
+ "dateTime": {
+ "hour": "22",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "34",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "pointType": "Bstg",
+ "countdown": "1294",
+ "stopID": "6012124",
+ "y": "49419156.00000",
+ "mapName": "WGS84",
+ "stopName": "Hachtel, Ort",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "D\u00f6rtel, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9806997.70000,49423240.50000",
+ "arrDateTime": "20180608 22:35",
+ "attrs": [],
+ "id": "6012121",
+ "pointGid": "de:08128:12121:0:RiS",
+ "depDateTime": "20180608 22:35",
+ "area": "0",
+ "gid": "de:08128:12121",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "5"
+ },
+ {
+ "omc": "8128007",
+ "name": "Rot, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9814328.00000,49401048.80000",
+ "arrDateTime": "20180608 22:36",
+ "attrs": [],
+ "id": "6012130",
+ "pointGid": "de:08128:12130:0:RiO",
+ "depDateTime": "20180608 22:36",
+ "area": "0",
+ "gid": "de:08128:12130",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "14"
+ },
+ {
+ "omc": "8128007",
+ "name": "Herbsthausen, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiO",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9829850.90000,49405275.20000",
+ "arrDateTime": "20180608 22:37",
+ "attrs": [],
+ "id": "6012127",
+ "pointGid": "de:08128:12127:0:RiO",
+ "depDateTime": "20180608 22:37",
+ "area": "0",
+ "gid": "de:08128:12127",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "7"
+ },
+ {
+ "omc": "8128007",
+ "name": "Sch\u00f6nb\u00fchl, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9851972.65927,49411110.51139",
+ "arrDateTime": "20180608 22:40",
+ "attrs": [],
+ "id": "6012133",
+ "pointGid": "de:08128:12133",
+ "area": "0",
+ "gid": "de:08128:12133",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "15"
+ }
+ ],
+ "prevStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9771657.10328,49493433.98745",
+ "attrs": [],
+ "id": "6012005",
+ "pointGid": "de:08128:12005:2:Bus",
+ "depDateTime": "20180608 22:20",
+ "area": "2",
+ "gid": "de:08128:12005",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh.,Caritas-K./Uhlandstr.",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Caritas-Krankenh./Uhlandstra\u00dfe",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9763519.30000,49491984.80000",
+ "arrDateTime": "20180608 22:20",
+ "attrs": [],
+ "id": "6012084",
+ "pointGid": "de:08128:12084:0:Bus2",
+ "depDateTime": "20180608 22:20",
+ "area": "0",
+ "gid": "de:08128:12084",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Altstadt Schloss",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Altstadt Schloss",
+ "ref": {
+ "platform": "RiW",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9774388.90000,49489102.20000",
+ "arrDateTime": "20180608 22:20",
+ "attrs": [],
+ "id": "6012077",
+ "pointGid": "de:08128:12077:0:Bus2",
+ "depDateTime": "20180608 22:20",
+ "area": "0",
+ "gid": "de:08128:12077",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Wachbacher Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Wachbacher Stra\u00dfe",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770463.30000,49485011.40000",
+ "arrDateTime": "20180608 22:20",
+ "attrs": [],
+ "id": "6012046",
+ "pointGid": "de:08128:12046:0:Bus2",
+ "depDateTime": "20180608 22:20",
+ "area": "0",
+ "gid": "de:08128:12046",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Willingertal/Camping",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Willingertal/Campingplatz",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9776832.30000,49463653.30000",
+ "arrDateTime": "20180608 22:22",
+ "attrs": [],
+ "id": "6012049",
+ "pointGid": "de:08128:12049:0:RiS",
+ "depDateTime": "20180608 22:22",
+ "area": "0",
+ "gid": "de:08128:12049",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Siedlung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Siedlung",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9787971.40000,49448395.10000",
+ "arrDateTime": "20180608 22:31",
+ "attrs": [],
+ "id": "6012117",
+ "pointGid": "de:08128:12117:0:RiS",
+ "depDateTime": "20180608 22:31",
+ "area": "0",
+ "gid": "de:08128:12117",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9792615.70000,49443167.80000",
+ "arrDateTime": "20180608 22:31",
+ "attrs": [],
+ "id": "6012115",
+ "pointGid": "de:08128:12115:0:RiS",
+ "depDateTime": "20180608 22:31",
+ "area": "0",
+ "gid": "de:08128:12115",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Markelsheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834728.03794,49478168.90011",
+ "arrDateTime": "20180608 22:32",
+ "attrs": [],
+ "id": "6012144",
+ "pointGid": "de:08128:12144:30:Bus",
+ "depDateTime": "20180608 22:32",
+ "area": "30",
+ "gid": "de:08128:12144",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "11"
+ },
+ {
+ "omc": "8128007",
+ "name": "Markelsheim, Kirche",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Kirche",
+ "ref": {
+ "platform": "RiS",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834441.30000,49473997.80000",
+ "arrDateTime": "20180608 22:32",
+ "attrs": [],
+ "id": "6012145",
+ "pointGid": "de:08128:12145:0:RiS",
+ "depDateTime": "20180608 22:32",
+ "area": "0",
+ "gid": "de:08128:12145",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "11"
+ },
+ {
+ "omc": "8128007",
+ "name": "Apfelbach, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9823022.78005,49445865.66881",
+ "arrDateTime": "20180608 22:33",
+ "attrs": [],
+ "id": "6012140",
+ "pointGid": "de:08128:12140",
+ "depDateTime": "20180608 22:33",
+ "area": "0",
+ "gid": "de:08128:12140",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "2"
+ }
+ ],
+ "x": "9792741.50000",
+ "servingLine": {
+ "direction": "Sch\u00f6nb\u00fchl, Ort",
+ "destID": "6012133",
+ "number": "9855",
+ "itdNoTrain": "Ruftaxi/-bus (tel. vorbestellen)",
+ "stateless": "vrn:62955: :H:j18",
+ "name": "Ruftaxi/-bus",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vrn",
+ "line": "62955",
+ "supplement": " ",
+ "direction": "H"
+ },
+ "code": "8",
+ "motType": "10",
+ "directionFrom": "Bad Mergentheim, Bahnhof",
+ "realtime": "0",
+ "key": "2",
+ "symbol": "9855"
+ }
+ },
+ {
+ "operator": {
+ "name": "VerkehrsGesellschaft Main-Tauber mbH (VGMT)",
+ "code": "90",
+ "publicCode": ""
+ },
+ "platform": "RiO",
+ "dateTime": {
+ "hour": "22",
+ "year": "2018",
+ "weekday": "6",
+ "day": "8",
+ "minute": "45",
+ "month": "6"
+ },
+ "nameWO": "Ort",
+ "pointType": "Bstg",
+ "countdown": "1305",
+ "stopID": "6012124",
+ "y": "49419156.00000",
+ "mapName": "WGS84",
+ "stopName": "Hachtel, Ort",
+ "platformName": "",
+ "area": "0",
+ "onwardStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Apfelbach, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9823022.78005,49445865.66881",
+ "arrDateTime": "20180608 22:46",
+ "attrs": [],
+ "id": "6012140",
+ "pointGid": "de:08128:12140",
+ "depDateTime": "20180608 22:46",
+ "area": "0",
+ "gid": "de:08128:12140",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "2"
+ },
+ {
+ "omc": "8128007",
+ "name": "Markelsheim, Kirche",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Kirche",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834656.90000,49474132.10000",
+ "arrDateTime": "20180608 22:47",
+ "attrs": [],
+ "id": "6012145",
+ "pointGid": "de:08128:12145:0:RiN",
+ "depDateTime": "20180608 22:47",
+ "area": "0",
+ "gid": "de:08128:12145",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "11"
+ },
+ {
+ "omc": "8128007",
+ "name": "Markelsheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9834728.03794,49478168.90011",
+ "arrDateTime": "20180608 22:47",
+ "attrs": [],
+ "id": "6012144",
+ "pointGid": "de:08128:12144:30:Bus",
+ "depDateTime": "20180608 22:47",
+ "area": "30",
+ "gid": "de:08128:12144",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "11"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9792777.40000,49443167.80000",
+ "arrDateTime": "20180608 22:48",
+ "attrs": [],
+ "id": "6012115",
+ "pointGid": "de:08128:12115:0:RiN",
+ "depDateTime": "20180608 22:48",
+ "area": "0",
+ "gid": "de:08128:12115",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Wachbach, Siedlung",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Siedlung",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9788025.30000,49448511.90000",
+ "arrDateTime": "20180608 22:48",
+ "attrs": [],
+ "id": "6012117",
+ "pointGid": "de:08128:12117:0:RiN",
+ "depDateTime": "20180608 22:48",
+ "area": "0",
+ "gid": "de:08128:12117",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "17"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Willingertal/Camping",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Willingertal/Campingplatz",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9776940.10000,49463694.10000",
+ "arrDateTime": "20180608 22:57",
+ "attrs": [],
+ "id": "6012049",
+ "pointGid": "de:08128:12049:0:RiN",
+ "depDateTime": "20180608 22:57",
+ "area": "0",
+ "gid": "de:08128:12049",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh., Wachbacher Stra\u00dfe",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Wachbacher Stra\u00dfe",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9770499.20000,49484877.20000",
+ "arrDateTime": "20180608 23:00",
+ "attrs": [],
+ "id": "6012046",
+ "pointGid": "de:08128:12046:0:Bus1",
+ "depDateTime": "20180608 23:00",
+ "area": "0",
+ "gid": "de:08128:12046",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Altstadt Schloss",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Altstadt Schloss",
+ "ref": {
+ "platform": "RiW",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9774388.90000,49489102.20000",
+ "arrDateTime": "20180608 23:00",
+ "attrs": [],
+ "id": "6012077",
+ "pointGid": "de:08128:12077:0:Bus2",
+ "depDateTime": "20180608 23:00",
+ "area": "0",
+ "gid": "de:08128:12077",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mgh.,Caritas-K./Uhlandstr.",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Caritas-Krankenh./Uhlandstra\u00dfe",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9763519.30000,49491984.80000",
+ "arrDateTime": "20180608 23:00",
+ "attrs": [],
+ "id": "6012084",
+ "pointGid": "de:08128:12084:0:Bus2",
+ "depDateTime": "20180608 23:00",
+ "area": "0",
+ "gid": "de:08128:12084",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ },
+ {
+ "omc": "8128007",
+ "name": "Bad Mergentheim, Bahnhof",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Bahnhof",
+ "ref": {
+ "platform": "Bus",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9771657.10328,49493433.98745",
+ "arrDateTime": "20180608 23:00",
+ "attrs": [],
+ "id": "6012005",
+ "pointGid": "de:08128:12005:2:Bus",
+ "area": "2",
+ "gid": "de:08128:12005",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "3"
+ }
+ ],
+ "prevStopSeq": [
+ {
+ "omc": "8128007",
+ "name": "Sch\u00f6nb\u00fchl, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9851972.65927,49411110.51139",
+ "attrs": [],
+ "id": "6012133",
+ "pointGid": "de:08128:12133",
+ "depDateTime": "20180608 22:40",
+ "area": "0",
+ "gid": "de:08128:12133",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "15"
+ },
+ {
+ "omc": "8128007",
+ "name": "Herbsthausen, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9829770.00000,49405146.60000",
+ "arrDateTime": "20180608 22:42",
+ "attrs": [],
+ "id": "6012127",
+ "pointGid": "de:08128:12127:0:RiN",
+ "depDateTime": "20180608 22:42",
+ "area": "0",
+ "gid": "de:08128:12127",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "7"
+ },
+ {
+ "omc": "8128007",
+ "name": "Rot, Rathaus",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Rathaus",
+ "ref": {
+ "platform": "RiW",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9814220.20000,49401154.00000",
+ "arrDateTime": "20180608 22:43",
+ "attrs": [],
+ "id": "6012130",
+ "pointGid": "de:08128:12130:0:RiW",
+ "depDateTime": "20180608 22:43",
+ "area": "0",
+ "gid": "de:08128:12130",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "14"
+ },
+ {
+ "omc": "8128007",
+ "name": "D\u00f6rtel, Ort",
+ "platformName": "",
+ "nameWithPlace": "",
+ "place": "",
+ "nameWO": "Ort",
+ "ref": {
+ "platform": "RiN",
+ "depValid": "0",
+ "arrDelay": "-1",
+ "depDelay": "-1",
+ "coords": "9807195.40000,49423357.40000",
+ "arrDateTime": "20180608 22:44",
+ "attrs": [],
+ "id": "6012121",
+ "pointGid": "de:08128:12121:0:RiN",
+ "depDateTime": "20180608 22:44",
+ "area": "0",
+ "gid": "de:08128:12121",
+ "arrValid": "0"
+ },
+ "desc": "",
+ "placeID": "5"
+ }
+ ],
+ "x": "9792741.50000",
+ "servingLine": {
+ "direction": "Bad Mergentheim, Bahnhof",
+ "destID": "6012005",
+ "number": "9855",
+ "itdNoTrain": "Ruftaxi/-bus (tel. vorbestellen)",
+ "stateless": "vrn:62955: :R:j18",
+ "name": "Ruftaxi/-bus",
+ "liErgRiProj": {
+ "project": "j18",
+ "network": "vrn",
+ "line": "62955",
+ "supplement": " ",
+ "direction": "R"
+ },
+ "code": "8",
+ "motType": "10",
+ "directionFrom": "Sch\u00f6nb\u00fchl, Ort",
+ "realtime": "0",
+ "key": "12",
+ "symbol": "9855"
+ }
+ }
+ ],
+ "arr": {
+ "points": null,
+ "input": {
+ "input": ""
+ }
+ },
+ "servingLines": {
+ "lines": [
+ {
+ "index": "5:0",
+ "mode": {
+ "name": "Bus (R\u00f6hler) 102",
+ "desc": "Schrozberg ZOB - Schrozberg ZOB",
+ "product": "Bus (R\u00f6hler)",
+ "diva": {
+ "dir": "H",
+ "project": "j18",
+ "operator": "Betrieb",
+ "branch": "20",
+ "isSTT": "1",
+ "network": "vsh",
+ "line": "20102",
+ "supplement": "3",
+ "attrs": [],
+ "stateless": "vsh:20102:3:H:j18",
+ "opCode": "Betrieb"
+ },
+ "destination": "Schrozberg ZOB",
+ "number": "102",
+ "code": "3",
+ "destID": "9420537",
+ "type": "5",
+ "productId": "5",
+ "timetablePeriod": "Fahrplan 2018 (10.Dez.2017 bis 8.Dez. 2018)"
+ }
+ },
+ {
+ "index": "5:1",
+ "mode": {
+ "name": "Bus 955",
+ "desc": "Bad Mergentheim - Wachbach - Sch\u00f6nb\u00fchl - Hollenbach",
+ "product": "Bus",
+ "diva": {
+ "dir": "H",
+ "project": "j18",
+ "operator": "VerkehrsGesellschaft Main-Tauber mbH (VGMT)",
+ "branch": "49",
+ "isSTT": "1",
+ "network": "vrn",
+ "line": "49955",
+ "supplement": " ",
+ "attrs": [],
+ "stateless": "vrn:49955: :H:j18",
+ "opCode": "90"
+ },
+ "destination": "Hollenbach Rathaus",
+ "number": "955",
+ "code": "3",
+ "destID": "5210616",
+ "type": "5",
+ "productId": "1",
+ "timetablePeriod": "Jahresfahrplan 2018 (10.12.2017 bis 09.06.2018)"
+ }
+ },
+ {
+ "index": "5:2",
+ "mode": {
+ "name": "Bus 955",
+ "desc": "Hollenbach - Sch\u00f6nb\u00fchl - Wachbach - Bad Mergentheim",
+ "product": "Bus",
+ "diva": {
+ "dir": "R",
+ "project": "j18",
+ "operator": "VerkehrsGesellschaft Main-Tauber mbH (VGMT)",
+ "branch": "49",
+ "isSTT": "1",
+ "network": "vrn",
+ "line": "49955",
+ "supplement": " ",
+ "attrs": [],
+ "stateless": "vrn:49955: :R:j18",
+ "opCode": "90"
+ },
+ "destination": "Bad Mgh., Deutschord-Gym.",
+ "number": "955",
+ "code": "3",
+ "destID": "6012012",
+ "type": "5",
+ "productId": "1",
+ "timetablePeriod": "Jahresfahrplan 2018 (10.12.2017 bis 09.06.2018)"
+ }
+ },
+ {
+ "index": "10:0",
+ "mode": {
+ "name": "Ruftaxi/-bus 9855",
+ "desc": "Ruftaxi: Bad Mergentheim S\u00fcd",
+ "product": "Ruftaxi/-bus",
+ "diva": {
+ "dir": "H",
+ "project": "j18",
+ "operator": "VerkehrsGesellschaft Main-Tauber mbH (VGMT)",
+ "branch": "62",
+ "isSTT": "1",
+ "network": "vrn",
+ "line": "62955",
+ "supplement": " ",
+ "attrs": [],
+ "stateless": "vrn:62955: :H:j18",
+ "opCode": "90"
+ },
+ "destination": "Sch\u00f6nb\u00fchl, Ort",
+ "number": "9855",
+ "code": "8",
+ "destID": "6012133",
+ "type": "10",
+ "productId": "6",
+ "timetablePeriod": "Jahresfahrplan 2018 (10.12.2017 bis 09.06.2018)"
+ }
+ },
+ {
+ "index": "10:1",
+ "mode": {
+ "name": "Ruftaxi/-bus 9855",
+ "desc": "Ruftaxi: Bad Mergentheim S\u00fcd",
+ "product": "Ruftaxi/-bus",
+ "diva": {
+ "dir": "R",
+ "project": "j18",
+ "operator": "VerkehrsGesellschaft Main-Tauber mbH (VGMT)",
+ "branch": "62",
+ "isSTT": "1",
+ "network": "vrn",
+ "line": "62955",
+ "supplement": " ",
+ "attrs": [],
+ "stateless": "vrn:62955: :R:j18",
+ "opCode": "90"
+ },
+ "destination": "Bad Mergentheim, Bahnhof",
+ "number": "9855",
+ "code": "8",
+ "destID": "6012005",
+ "type": "10",
+ "productId": "6",
+ "timetablePeriod": "Jahresfahrplan 2018 (10.12.2017 bis 09.06.2018)"
+ }
+ }
+ ]
+ }
+}
\ No newline at end of file
diff --git a/examples/stops.txt b/examples/stops.txt
new file mode 100644
index 0000000..00ab860
--- /dev/null
+++ b/examples/stops.txt
@@ -0,0 +1,3 @@
+"stop_id","stop_name","stop_lon","stop_lat","stop_code"
+"7032249","Weingarten (Baden), Sallenbusch",8.5798964962,49.0530607376,"de:8215:32249"
+"8411232","Weil am Rhein, Rebgartenweg",7.5977857913,47.60391383,"de:8336:11232"
\ No newline at end of file
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..e16e2cc
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,5 @@
+certifi==2018.4.16
+chardet==3.0.4
+idna==2.7
+requests==2.19.1
+urllib3==1.23